#B872CA

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

Shades of Medium Orchid #B872CA

Tints of Medium Orchid #B872CA

Color information

#B872CA (or 0xB872CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 72 and CA. RGB value is (184,114,202). Sum of RGB (Red+Green+Blue) = 184+114+202=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #B872CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872CA is #478D35. Grayscale: #909090. Windows color (decimal): -4689206 or 13267640. OLE color: 13267640.

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

Color convert

RGB184114202-
CMYK0.090.4400.21
HSL287.73º45.36%61.96%-
HSV(B)287.73º43.56%79.22%-
XYZ36.4526.4959.07-
YUV144.96160.19155.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=36.8%
G=22.8%
B=40.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841142020.090.4400.21287.7345.3661.96
HexB872CA92C0151202d3e
Octal27016231211540254405576
Binary101110001110010110010101001101100010101100100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872CA; }

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

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

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

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

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

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

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

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