#B96DFD

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

Shades of Heliotrope #B96DFD

Tints of Heliotrope #B96DFD

Color information

#B96DFD (or 0xB96DFD) is unknown color: approx Heliotrope. HEX triplet: B9, 6D and FD. RGB value is (185,109,253). Sum of RGB (Red+Green+Blue) = 185+109+253=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #B96DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DFD is #469202. Grayscale: #939393. Windows color (decimal): -4624899 or 16608697. OLE color: 16608697.

HSL color Cylindrical-coordinate representation of color #B96DFD: hue angle of 271.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96DFD is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185109253-
CMYK0.270.5700.01
HSL271.67º97.3%70.98%-
HSV(B)271.67º56.92%99.22%-
XYZ43.2128.3496.12-
YUV148.14187.18154.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 109 (42.97% from 255) = 19.93%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=33.82%
G=19.93%
B=46.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851092530.270.5700.01271.6797.370.98
HexB96DFD1B39011106147
Octal271155375337101420141107
Binary10111001110110111111101110111110010110001000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96DFD; }

 p { color: rgb(185,109,253); }

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

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

 a { background-color: rgb(185,109,253); }

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

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

 span { border-color: rgb(185,109,253); }

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