#B96AFA

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

Shades of Heliotrope #B96AFA

Tints of Heliotrope #B96AFA

Color information

#B96AFA (or 0xB96AFA) is unknown color: approx Heliotrope. HEX triplet: B9, 6A and FA. RGB value is (185,106,250). Sum of RGB (Red+Green+Blue) = 185+106+250=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #B96AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96AFA is #469505. Grayscale: #919191. Windows color (decimal): -4625670 or 16411321. OLE color: 16411321.

HSL color Cylindrical-coordinate representation of color #B96AFA: hue angle of 272.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B96AFA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185106250-
CMYK0.260.5800.02
HSL272.92º93.51%69.8%-
HSV(B)272.92º57.6%98.04%-
XYZ42.4227.5293.52-
YUV146.04186.67155.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 106 (41.80% from 255) = 19.59%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=34.20%
G=19.59%
B=46.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851062500.260.5800.02272.9293.5169.8
HexB96AFA1A3A021115e46
Octal271152372327202421136106
Binary101110011101010111110101101011101001010001000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96AFA; }

 p { color: rgb(185,106,250); }

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

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

 a { background-color: rgb(185,106,250); }

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

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

 span { border-color: rgb(185,106,250); }

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