#B873C9

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

Shades of Medium Orchid #B873C9

Tints of Medium Orchid #B873C9

Color information

#B873C9 (or 0xB873C9) is unknown color: approx Medium Orchid. HEX triplet: B8, 73 and C9. RGB value is (184,115,201). Sum of RGB (Red+Green+Blue) = 184+115+201=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #B873C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873C9 is #478C36. Grayscale: #919191. Windows color (decimal): -4688951 or 13202360. OLE color: 13202360.

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

Color convert

RGB184115201-
CMYK0.080.4300.21
HSL288.14º44.33%61.96%-
HSV(B)288.14º42.79%78.82%-
XYZ36.4426.6758.49-
YUV145.44159.36155.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 115 (45.31% from 255) = 23%
BLUE value IS 201 (78.91% from 255) = 40.2%
R=36.8%
G=23%
B=40.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841152010.080.4300.21288.1444.3361.96
HexB873C982B0151202c3e
Octal27016331110530254405476
Binary101110001110011110010011000101011010101100100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873C9; }

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

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

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

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

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

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

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

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