#b552c9

Color #B552C9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B552C9

Tints of Medium Orchid #B552C9

Color information

#B552C9 (or 0xB552C9) is unknown color: approx Medium Orchid. HEX triplet: B5, 52 and C9. RGB value is (181,82,201). Sum of RGB (Red+Green+Blue) = 181+82+201=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #B552C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552C9 is #4AAD36. Grayscale: #7C7C7C. Windows color (decimal): -4894007 or 13193909. OLE color: 13193909.

HSL color Cylindrical-coordinate representation of color #B552C9: hue angle of 289.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B552C9 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18182201-
CMYK0.100.5900.21
HSL289.92º52.42%55.49%-
HSV(B)289.92º59.2%78.82%-
XYZ32.6220.0857.41-
YUV125.17170.8167.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 82 (32.42% from 255) = 17.67%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=39.01%
G=17.67%
B=43.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181822010.100.5900.21289.9252.4255.49
HexB552C9A3B0151223437
Octal26512231112730254426467
Binary101101011010010110010011010111011010101100100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b552c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b552c9; }

 p { color: rgb(181,82,201); }

 H1.HeaderClassName
 {
   color: #b552c9;
 }
 .AnyTagClassName
 {
   color: #b552c9;
 }
</style>
background-color css

<style>
 a { background-color: #b552c9; }

 a { background-color: rgb(181,82,201); }

 div.DivClassName
 {
   background-color: #b552c9;
 }
 .BgClassName
 {
   background-color: #b552c9;
 }
</style>
border-color css

<style>
 span { border-color: #b552c9; }

 span { border-color: rgb(181,82,201); }

 td.TdClassName
 {
   border-color: #b552c9;
 }
 .TagClassName
 {
   border-color: #b552c9;
 }
</style>