#B96CE0

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

Shades of Medium Orchid #B96CE0

Tints of Medium Orchid #B96CE0

Color information

#B96CE0 (or 0xB96CE0) is unknown color: approx Medium Orchid. HEX triplet: B9, 6C and E0. RGB value is (185,108,224). Sum of RGB (Red+Green+Blue) = 185+108+224=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #B96CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CE0 is #46931F. Grayscale: #8F8F8F. Windows color (decimal): -4625184 or 14707897. OLE color: 14707897.

HSL color Cylindrical-coordinate representation of color #B96CE0: hue angle of 279.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96CE0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185108224-
CMYK0.170.5200.12
HSL279.83º65.17%65.1%-
HSV(B)279.83º51.79%87.84%-
XYZ38.8226.4273.57-
YUV144.25173.01157.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 108 (42.58% from 255) = 20.89%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=35.78%
G=20.89%
B=43.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851082240.170.5200.12279.8365.1765.1
HexB96CE011340C1184141
Octal2711543402164014430101101
Binary10111001110110011100000100011101000110010001100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CE0; }

 p { color: rgb(185,108,224); }

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

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

 a { background-color: rgb(185,108,224); }

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

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

 span { border-color: rgb(185,108,224); }

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