Html Css Color HEX #B96EF8 Heliotrope

📋 copy color: '#B96EF8'

red 185 ◦ green 110 ◦ blue 248

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

Shades of Heliotrope #B96EF8

Tints of Heliotrope #B96EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.67%

R = 34.07%
G = 20.26%
B = 45.67%

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

#B96EF8 (or 0xB96EF8) is known color: Heliotrope. HEX triplet: B9, 6E and F8. RGB value is (185,110,248). Sum of RGB (Red+Green+Blue) = 185+110+248=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #B96EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EF8 is #469107. Grayscale: #939393. Windows color (decimal): -4624648 or 16281273. OLE color: 16281273.

HSL color Cylindrical-coordinate representation of color #B96EF8: hue angle of 272.61º degrees, saturation: 0.91, 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 #B96EF8 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 110 248 -
CMYK 0.25 0.56 0 0.03
HSL 272.61º 0.91% 0.7% -
HSV(B) 272.61º 0.56% 0.97% -
XYZ 42.53 28.24 92.02 -
YUV 148.16 184.35 154.28 -
System Red Green Blue C M Y K H S L
Decimal 185 110 248 0.25 0.56 0 0.03 272.61 0.91 0.7
Hex B9 6E F8 19 38 0 3 111 5B 46
Octal 271 156 370 31 70 0 3 421 133 106
Binary 10111001 1101110 11111000 11001 111000 0 11 100010001 1011011 1000110

Color Harmonies of #B96EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EF8

Black with #B96EF8

Text Example


Text Example

White with #B96EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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