#B873CB

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

Shades of Medium Orchid #B873CB

Tints of Medium Orchid #B873CB

Color information

#B873CB (or 0xB873CB) is unknown color: approx Medium Orchid. HEX triplet: B8, 73 and CB. RGB value is (184,115,203). Sum of RGB (Red+Green+Blue) = 184+115+203=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B873CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873CB is #478C34. Grayscale: #919191. Windows color (decimal): -4688949 or 13333432. OLE color: 13333432.

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

Color convert

RGB184115203-
CMYK0.090.4300.20
HSL287.05º45.83%62.35%-
HSV(B)287.05º43.35%79.61%-
XYZ36.6826.7659.73-
YUV145.66160.36155.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 115 (45.31% from 255) = 22.91%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=36.65%
G=22.91%
B=40.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841152030.090.4300.20287.0545.8362.35
HexB873CB92B01411f2e3e
Octal27016331311530244375676
Binary101110001110011110010111001101011010100100011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873CB; }

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

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

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

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

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

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

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

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