#B96CFA

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

Shades of Heliotrope #B96CFA

Tints of Heliotrope #B96CFA

Color information

#B96CFA (or 0xB96CFA) is unknown color: approx Heliotrope. HEX triplet: B9, 6C and FA. RGB value is (185,108,250). Sum of RGB (Red+Green+Blue) = 185+108+250=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #B96CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CFA is #469305. Grayscale: #929292. Windows color (decimal): -4625158 or 16411833. OLE color: 16411833.

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

Color convert

RGB185108250-
CMYK0.260.5700.02
HSL272.54º93.42%70.2%-
HSV(B)272.54º56.8%98.04%-
XYZ42.6327.9493.59-
YUV147.21186.01154.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 108 (42.58% from 255) = 19.89%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=34.07%
G=19.89%
B=46.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851082500.260.5700.02272.5493.4270.2
HexB96CFA1A39021115d46
Octal271154372327102421135106
Binary101110011101100111110101101011100101010001000110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CFA; }

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

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

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

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

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

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

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

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