Html Css Color HEX #B96DFB Heliotrope

📋 copy color: '#B96DFB'

red 185 ◦ green 109 ◦ blue 251

#B96DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #B96DFB

Tints of Heliotrope #B96DFB

RGB

 RED value IS 185 (72.66% from 255) = 33.94%

 GREEN value IS 109 (42.97% from 255) = 20%

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 33.94%
G = 20%
B = 46.06%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B96DFB (or 0xB96DFB) is known color: Heliotrope. HEX triplet: B9, 6D and FB. RGB value is (185,109,251). Sum of RGB (Red+Green+Blue) = 185+109+251=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #B96DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DFB is #469204. Grayscale: #939393. Windows color (decimal): -4624901 or 16477625. OLE color: 16477625.

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

Color convert

RGB 185 109 251 -
CMYK 0.26 0.57 0 0.02
HSL 272.11º 0.95% 0.71% -
HSV(B) 272.11º 0.57% 0.98% -
XYZ 42.89 28.22 94.45 -
YUV 147.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 185 109 251 0.26 0.57 0 0.02 272.11 0.95 0.71
Hex B9 6D FB 1A 39 0 2 110 5F 47
Octal 271 155 373 32 71 0 2 420 137 107
Binary 10111001 1101101 11111011 11010 111001 0 10 100010000 1011111 1000111

Color Harmonies of #B96DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DFB

Black with #B96DFB

Text Example


Text Example

White with #B96DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DFB; }

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

 H1.HeaderClassName
 {
   color: #B96DFB;
 }
 .AnyTagClassName
 {
   color: #B96DFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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