#B960CE

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

Shades of Medium Orchid #B960CE

Tints of Medium Orchid #B960CE

Color information

#B960CE (or 0xB960CE) is unknown color: approx Medium Orchid. HEX triplet: B9, 60 and CE. RGB value is (185,96,206). Sum of RGB (Red+Green+Blue) = 185+96+206=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B960CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960CE is #469F31. Grayscale: #868686. Windows color (decimal): -4628274 or 13525177. OLE color: 13525177.

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

Color convert

RGB18596206-
CMYK0.100.5300.19
HSL288.55º52.88%59.22%-
HSV(B)288.55º53.4%80.78%-
XYZ35.3323.1461-
YUV135.15167.99163.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=37.99%
G=19.71%
B=42.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185962060.100.5300.19288.5552.8859.22
HexB960CEA35013121353b
Octal27114031612650234416573
Binary101110011100000110011101010110101010011100100001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960CE; }

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

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

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

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

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

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

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

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