#B96FFF

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

Shades of Heliotrope #B96FFF

Tints of Heliotrope #B96FFF

Color information

#B96FFF (or 0xB96FFF) is unknown color: approx Heliotrope. HEX triplet: B9, 6F and FF. RGB value is (185,111,255). Sum of RGB (Red+Green+Blue) = 185+111+255=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #B96FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FFF is #469000. Grayscale: #959595. Windows color (decimal): -4624385 or 16740281. OLE color: 16740281.

HSL color Cylindrical-coordinate representation of color #B96FFF: hue angle of 270.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B96FFF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185111255-
CMYK0.270.5600
HSL270.83º100%71.76%-
HSV(B)270.83º56.47%100%-
XYZ43.7428.997.88-
YUV149.54187.52153.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 111 (43.75% from 255) = 20.15%
BLUE value IS 255 (100% from 255) = 46.28%
R=33.58%
G=20.15%
B=46.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851112550.270.5600270.8310071.76
HexB96FFF1B380010f6448
Octal271157377337000417144110
Binary10111001110111111111111110111110000010000111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FFF; }

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

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

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

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

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

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

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

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