#B052C9

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

Shades of Medium Orchid #B052C9

Tints of Medium Orchid #B052C9

Color information

#B052C9 (or 0xB052C9) is unknown color: approx Medium Orchid. HEX triplet: B0, 52 and C9. RGB value is (176,82,201). Sum of RGB (Red+Green+Blue) = 176+82+201=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #B052C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052C9 is #4FAD36. Grayscale: #7B7B7B. Windows color (decimal): -5221687 or 13193904. OLE color: 13193904.

HSL color Cylindrical-coordinate representation of color #B052C9: hue angle of 287.39º 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 #B052C9 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17682201-
CMYK0.120.5900.21
HSL287.39º52.42%55.49%-
HSV(B)287.39º59.2%78.82%-
XYZ31.4619.4857.36-
YUV123.67171.64165.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 201 (78.91% from 255) = 43.79%
R=38.34%
G=17.86%
B=43.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176822010.120.5900.21287.3952.4255.49
HexB052C9C3B01511f3437
Octal26012231114730254376467
Binary101100001010010110010011100111011010101100011111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052C9; }

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

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

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

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

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

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

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

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