Html Css Color HEX #B96DF9 Heliotrope

📋 copy color: '#B96DF9'

red 185 ◦ green 109 ◦ blue 249

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

Shades of Heliotrope #B96DF9

Tints of Heliotrope #B96DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.86%

R = 34.07%
G = 20.07%
B = 45.86%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B96DF9 (or 0xB96DF9) is known color: Heliotrope. HEX triplet: B9, 6D and F9. RGB value is (185,109,249). Sum of RGB (Red+Green+Blue) = 185+109+249=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #B96DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DF9 is #469206. Grayscale: #939393. Windows color (decimal): -4624903 or 16346553. OLE color: 16346553.

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

Color convert

RGB 185 109 249 -
CMYK 0.26 0.56 0 0.02
HSL 272.57º 0.92% 0.7% -
HSV(B) 272.57º 0.56% 0.98% -
XYZ 42.58 28.09 92.8 -
YUV 147.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 185 109 249 0.26 0.56 0 0.02 272.57 0.92 0.7
Hex B9 6D F9 1A 38 0 2 111 5C 46
Octal 271 155 371 32 70 0 2 421 134 106
Binary 10111001 1101101 11111001 11010 111000 0 10 100010001 1011100 1000110

Color Harmonies of #B96DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DF9

Black with #B96DF9

Text Example


Text Example

White with #B96DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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