Html Css Color HEX #B96EF7 Heliotrope

📋 copy color: '#B96EF7'

red 185 ◦ green 110 ◦ blue 247

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

Shades of Heliotrope #B96EF7

Tints of Heliotrope #B96EF7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.3%

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

R = 34.13%
G = 20.3%
B = 45.57%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B96EF7 (or 0xB96EF7) is known color: Heliotrope. HEX triplet: B9, 6E and F7. RGB value is (185,110,247). Sum of RGB (Red+Green+Blue) = 185+110+247=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #B96EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EF7 is #469108. Grayscale: #939393. Windows color (decimal): -4624649 or 16215737. OLE color: 16215737.

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

Color convert

RGB 185 110 247 -
CMYK 0.25 0.55 0 0.03
HSL 272.85º 0.9% 0.7% -
HSV(B) 272.85º 0.55% 0.97% -
XYZ 42.37 28.18 91.2 -
YUV 148.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 185 110 247 0.25 0.55 0 0.03 272.85 0.9 0.7
Hex B9 6E F7 19 37 0 3 111 5A 46
Octal 271 156 367 31 67 0 3 421 132 106
Binary 10111001 1101110 11110111 11001 110111 0 11 100010001 1011010 1000110

Color Harmonies of #B96EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EF7

Black with #B96EF7

Text Example


Text Example

White with #B96EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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