#B872CB

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

Shades of Medium Orchid #B872CB

Tints of Medium Orchid #B872CB

Color information

#B872CB (or 0xB872CB) is unknown color: approx Medium Orchid. HEX triplet: B8, 72 and CB. RGB value is (184,114,203). Sum of RGB (Red+Green+Blue) = 184+114+203=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #B872CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872CB is #478D34. Grayscale: #909090. Windows color (decimal): -4689205 or 13333176. OLE color: 13333176.

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

Color convert

RGB184114203-
CMYK0.090.4400.20
HSL287.19º46.11%62.16%-
HSV(B)287.19º43.84%79.61%-
XYZ36.5626.5459.69-
YUV145.08160.69155.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=36.73%
G=22.75%
B=40.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841142030.090.4400.20287.1946.1162.16
HexB872CB92C01411f2e3e
Octal27016231311540244375676
Binary101110001110010110010111001101100010100100011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872CB; }

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

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

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

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

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

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

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

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