#B96FE7

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

Shades of Medium Orchid #B96FE7

Tints of Medium Orchid #B96FE7

Color information

#B96FE7 (or 0xB96FE7) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and E7. RGB value is (185,111,231). Sum of RGB (Red+Green+Blue) = 185+111+231=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #B96FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FE7 is #469018. Grayscale: #929292. Windows color (decimal): -4624409 or 15167417. OLE color: 15167417.

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

Color convert

RGB185111231-
CMYK0.200.5200.09
HSL277º71.43%67.06%-
HSV(B)277º51.95%90.59%-
XYZ40.1227.4578.79-
YUV146.81175.52155.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 111 (43.75% from 255) = 21.06%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=35.10%
G=21.06%
B=43.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851112310.200.5200.0927771.4367.06
HexB96FE71434091154743
Octal2711573472464011425107103
Binary10111001110111111100111101001101000100110001010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FE7; }

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

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

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

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

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

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

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

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