#B852CA

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

Shades of Medium Orchid #B852CA

Tints of Medium Orchid #B852CA

Color information

#B852CA (or 0xB852CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 52 and CA. RGB value is (184,82,202). Sum of RGB (Red+Green+Blue) = 184+82+202=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #B852CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852CA is #47AD35. Grayscale: #7D7D7D. Windows color (decimal): -4697398 or 13259448. OLE color: 13259448.

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

Color convert

RGB18482202-
CMYK0.090.5900.21
HSL291º53.1%55.69%-
HSV(B)291º59.41%79.22%-
XYZ33.4520.4958.07-
YUV126.18170.79169.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 82 (32.42% from 255) = 17.52%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=39.32%
G=17.52%
B=43.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184822020.090.5900.2129153.155.69
HexB852CA93B0151233538
Octal27012231211730254436570
Binary101110001010010110010101001111011010101100100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B852CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B852CA; }

 p { color: rgb(184,82,202); }

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

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

 a { background-color: rgb(184,82,202); }

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

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

 span { border-color: rgb(184,82,202); }

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