#B963CE

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

Shades of Medium Orchid #B963CE

Tints of Medium Orchid #B963CE

Color information

#B963CE (or 0xB963CE) is unknown color: approx Medium Orchid. HEX triplet: B9, 63 and CE. RGB value is (185,99,206). Sum of RGB (Red+Green+Blue) = 185+99+206=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #B963CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963CE is #469C31. Grayscale: #888888. Windows color (decimal): -4627506 or 13525945. OLE color: 13525945.

HSL color Cylindrical-coordinate representation of color #B963CE: hue angle of 288.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B963CE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18599206-
CMYK0.100.5200.19
HSL288.22º52.2%59.8%-
HSV(B)288.22º51.94%80.78%-
XYZ35.6123.6961.09-
YUV136.91166.99162.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 99 (39.06% from 255) = 20.20%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=37.76%
G=20.20%
B=42.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185992060.100.5200.19288.2252.259.8
HexB963CEA34013120343c
Octal27114331612640234406474
Binary101110011100011110011101010110100010011100100000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963CE; }

 p { color: rgb(185,99,206); }

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

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

 a { background-color: rgb(185,99,206); }

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

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

 span { border-color: rgb(185,99,206); }

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