#B96FEB

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

Shades of Medium Orchid #B96FEB

Tints of Medium Orchid #B96FEB

Color information

#B96FEB (or 0xB96FEB) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and EB. RGB value is (185,111,235). Sum of RGB (Red+Green+Blue) = 185+111+235=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #B96FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FEB is #469014. Grayscale: #929292. Windows color (decimal): -4624405 or 15429561. OLE color: 15429561.

HSL color Cylindrical-coordinate representation of color #B96FEB: hue angle of 275.81º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B96FEB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185111235-
CMYK0.210.5300.08
HSL275.81º75.61%67.84%-
HSV(B)275.81º52.77%92.16%-
XYZ40.6927.6881.8-
YUV147.26177.52154.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 111 (43.75% from 255) = 20.90%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=34.84%
G=20.90%
B=44.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851112350.210.5300.08275.8175.6167.84
HexB96FEB1535081144c44
Octal2711573532565010424114104
Binary10111001110111111101011101011101010100010001010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FEB; }

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

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

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

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

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

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

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

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