#B96FF3

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

Shades of Heliotrope #B96FF3

Tints of Heliotrope #B96FF3

Color information

#B96FF3 (or 0xB96FF3) is unknown color: approx Heliotrope. HEX triplet: B9, 6F and F3. RGB value is (185,111,243). Sum of RGB (Red+Green+Blue) = 185+111+243=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #B96FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF3 is #46900C. Grayscale: #939393. Windows color (decimal): -4624397 or 15953849. OLE color: 15953849.

HSL color Cylindrical-coordinate representation of color #B96FF3: hue angle of 273.64º degrees, saturation: 0.85, 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 #B96FF3 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185111243-
CMYK0.240.5400.05
HSL273.64º84.62%69.41%-
HSV(B)273.64º54.32%95.29%-
XYZ41.8728.1588.02-
YUV148.17181.52154.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 111 (43.75% from 255) = 20.59%
BLUE value IS 243 (95.31% from 255) = 45.08%
R=34.32%
G=20.59%
B=45.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851112430.240.5400.05273.6484.6269.41
HexB96FF31836051125545
Octal271157363306605422125105
Binary1011100111011111111001111000110110010110001001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FF3; }

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

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

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

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

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

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

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

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