#B85CC9

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

Shades of Medium Orchid #B85CC9

Tints of Medium Orchid #B85CC9

Color information

#B85CC9 (or 0xB85CC9) is unknown color: approx Medium Orchid. HEX triplet: B8, 5C and C9. RGB value is (184,92,201). Sum of RGB (Red+Green+Blue) = 184+92+201=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #B85CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CC9 is #47A336. Grayscale: #838383. Windows color (decimal): -4694839 or 13196472. OLE color: 13196472.

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

Color convert

RGB18492201-
CMYK0.080.5400.21
HSL290.64º50.23%57.45%-
HSV(B)290.64º54.23%78.82%-
XYZ34.1422.0657.72-
YUV131.93166.98165.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 201 (78.91% from 255) = 42.14%
R=38.57%
G=19.29%
B=42.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184922010.080.5400.21290.6450.2357.45
HexB85CC98360151233239
Octal27013431110660254436271
Binary101110001011100110010011000110110010101100100011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CC9; }

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

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

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

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

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

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

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

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