#B96EF3

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

Shades of Heliotrope #B96EF3

Tints of Heliotrope #B96EF3

Color information

#B96EF3 (or 0xB96EF3) is unknown color: approx Heliotrope. HEX triplet: B9, 6E and F3. RGB value is (185,110,243). Sum of RGB (Red+Green+Blue) = 185+110+243=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #B96EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EF3 is #46910C. Grayscale: #939393. Windows color (decimal): -4624653 or 15953593. OLE color: 15953593.

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

Color convert

RGB185110243-
CMYK0.240.5500.05
HSL273.83º84.71%69.22%-
HSV(B)273.83º54.73%95.29%-
XYZ41.7627.9487.99-
YUV147.59181.85154.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 110 (43.36% from 255) = 20.45%
BLUE value IS 243 (95.31% from 255) = 45.17%
R=34.39%
G=20.45%
B=45.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851102430.240.5500.05273.8384.7169.22
HexB96EF31837051125545
Octal271156363306705422125105
Binary1011100111011101111001111000110111010110001001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EF3; }

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

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

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

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

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

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

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

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