Html Css Color HEX #B96DF7 Heliotrope

📋 copy color: '#B96DF7'

red 185 ◦ green 109 ◦ blue 247

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

Shades of Heliotrope #B96DF7

Tints of Heliotrope #B96DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.66%

R = 34.2%
G = 20.15%
B = 45.66%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B96DF7 (or 0xB96DF7) is known color: Heliotrope. HEX triplet: B9, 6D and F7. RGB value is (185,109,247). Sum of RGB (Red+Green+Blue) = 185+109+247=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #B96DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DF7 is #469208. Grayscale: #929292. Windows color (decimal): -4624905 or 16215481. OLE color: 16215481.

HSL color Cylindrical-coordinate representation of color #B96DF7: hue angle of 273.04º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B96DF7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 109 247 -
CMYK 0.25 0.56 0 0.03
HSL 273.04º 0.9% 0.7% -
HSV(B) 273.04º 0.56% 0.97% -
XYZ 42.26 27.97 91.17 -
YUV 147.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 185 109 247 0.25 0.56 0 0.03 273.04 0.9 0.7
Hex B9 6D F7 19 38 0 3 111 5A 46
Octal 271 155 367 31 70 0 3 421 132 106
Binary 10111001 1101101 11110111 11001 111000 0 11 100010001 1011010 1000110

Color Harmonies of #B96DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DF7

Black with #B96DF7

Text Example


Text Example

White with #B96DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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