#B96FF1

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

Shades of Heliotrope #B96FF1

Tints of Heliotrope #B96FF1

Color information

#B96FF1 (or 0xB96FF1) is unknown color: approx Heliotrope. HEX triplet: B9, 6F and F1. RGB value is (185,111,241). Sum of RGB (Red+Green+Blue) = 185+111+241=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #B96FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF1 is #46900E. Grayscale: #939393. Windows color (decimal): -4624399 or 15822777. OLE color: 15822777.

HSL color Cylindrical-coordinate representation of color #B96FF1: hue angle of 274.15º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96FF1 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185111241-
CMYK0.230.5400.05
HSL274.15º82.28%69.02%-
HSV(B)274.15º53.94%94.51%-
XYZ41.5728.0386.44-
YUV147.95180.52154.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 111 (43.75% from 255) = 20.67%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=34.45%
G=20.67%
B=44.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851112410.230.5400.05274.1582.2869.02
HexB96FF11736051125245
Octal271157361276605422122105
Binary1011100111011111111000110111110110010110001001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FF1; }

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

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

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

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

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

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

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

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