#B96FE6

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

Shades of Medium Orchid #B96FE6

Tints of Medium Orchid #B96FE6

Color information

#B96FE6 (or 0xB96FE6) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and E6. RGB value is (185,111,230). Sum of RGB (Red+Green+Blue) = 185+111+230=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #B96FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FE6 is #469019. Grayscale: #929292. Windows color (decimal): -4624410 or 15101881. OLE color: 15101881.

HSL color Cylindrical-coordinate representation of color #B96FE6: hue angle of 277.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96FE6 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185111230-
CMYK0.200.5200.10
HSL277.31º70.41%66.86%-
HSV(B)277.31º51.74%90.2%-
XYZ39.9727.478.04-
YUV146.69175.02155.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 111 (43.75% from 255) = 21.10%
BLUE value IS 230 (90.23% from 255) = 43.73%
R=35.17%
G=21.10%
B=43.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1851112300.200.5200.10277.3170.4166.86
HexB96FE614340A1154643
Octal2711573462464012425106103
Binary10111001110111111100110101001101000101010001010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FE6; }

 p { color: rgb(185,111,230); }

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

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

 a { background-color: rgb(185,111,230); }

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

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

 span { border-color: rgb(185,111,230); }

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