#B863CB

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

Shades of Medium Orchid #B863CB

Tints of Medium Orchid #B863CB

Color information

#B863CB (or 0xB863CB) is unknown color: approx Medium Orchid. HEX triplet: B8, 63 and CB. RGB value is (184,99,203). Sum of RGB (Red+Green+Blue) = 184+99+203=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B863CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863CB is #479C34. Grayscale: #878787. Windows color (decimal): -4693045 or 13329336. OLE color: 13329336.

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

Color convert

RGB18499203-
CMYK0.090.5100.20
HSL289.04º50%59.22%-
HSV(B)289.04º51.23%79.61%-
XYZ35.0123.4359.18-
YUV136.27165.66162.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 99 (39.06% from 255) = 20.37%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=37.86%
G=20.37%
B=41.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184992030.090.5100.20289.045059.22
HexB863CB933014121323b
Octal27014331311630244416273
Binary101110001100011110010111001110011010100100100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B863CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B863CB; }

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

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

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

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

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

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

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

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