#B85BCC

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

Shades of Medium Orchid #B85BCC

Tints of Medium Orchid #B85BCC

Color information

#B85BCC (or 0xB85BCC) is unknown color: approx Medium Orchid. HEX triplet: B8, 5B and CC. RGB value is (184,91,204). Sum of RGB (Red+Green+Blue) = 184+91+204=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B85BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BCC is #47A433. Grayscale: #838383. Windows color (decimal): -4695092 or 13392824. OLE color: 13392824.

HSL color Cylindrical-coordinate representation of color #B85BCC: hue angle of 289.38º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85BCC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18491204-
CMYK0.100.5500.2
HSL289.38º52.56%57.84%-
HSV(B)289.38º55.39%80%-
XYZ34.4122.0359.57-
YUV131.69168.81165.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 91 (35.94% from 255) = 19.00%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=38.41%
G=19.00%
B=42.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184912040.100.5500.2289.3852.5657.84
HexB85BCCA37014121353a
Octal27013331412670244416572
Binary101110001011011110011001010110111010100100100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85BCC; }

 p { color: rgb(184,91,204); }

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

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

 a { background-color: rgb(184,91,204); }

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

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

 span { border-color: rgb(184,91,204); }

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