#B85CCB

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

Shades of Medium Orchid #B85CCB

Tints of Medium Orchid #B85CCB

Color information

#B85CCB (or 0xB85CCB) is unknown color: approx Medium Orchid. HEX triplet: B8, 5C and CB. RGB value is (184,92,203). Sum of RGB (Red+Green+Blue) = 184+92+203=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B85CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CCB is #47A334. Grayscale: #838383. Windows color (decimal): -4694837 or 13327544. OLE color: 13327544.

HSL color Cylindrical-coordinate representation of color #B85CCB: hue angle of 289.73º degrees, saturation: 0.52, 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 #B85CCB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18492203-
CMYK0.090.5500.20
HSL289.73º51.63%57.84%-
HSV(B)289.73º54.68%79.61%-
XYZ34.3722.1658.96-
YUV132.16167.98164.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=38.41%
G=19.21%
B=42.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184922030.090.5500.20289.7351.6357.84
HexB85CCB937014122343a
Octal27013431311670244426472
Binary101110001011100110010111001110111010100100100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CCB; }

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

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

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

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

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

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

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

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