Html Css Color HEX #B96FF8 Heliotrope

📋 copy color: '#B96FF8'

red 185 ◦ green 111 ◦ blue 248

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

Shades of Heliotrope #B96FF8

Tints of Heliotrope #B96FF8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.4%

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

R = 34.01%
G = 20.4%
B = 45.59%

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

#B96FF8 (or 0xB96FF8) is known color: Heliotrope. HEX triplet: B9, 6F and F8. RGB value is (185,111,248). Sum of RGB (Red+Green+Blue) = 185+111+248=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #B96FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF8 is #469007. Grayscale: #949494. Windows color (decimal): -4624392 or 16281529. OLE color: 16281529.

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

Color convert

RGB 185 111 248 -
CMYK 0.25 0.55 0 0.03
HSL 272.41º 0.91% 0.7% -
HSV(B) 272.41º 0.55% 0.97% -
XYZ 42.64 28.46 92.05 -
YUV 148.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 185 111 248 0.25 0.55 0 0.03 272.41 0.91 0.7
Hex B9 6F F8 19 37 0 3 110 5B 46
Octal 271 157 370 31 67 0 3 420 133 106
Binary 10111001 1101111 11111000 11001 110111 0 11 100010000 1011011 1000110

Color Harmonies of #B96FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FF8

Black with #B96FF8

Text Example


Text Example

White with #B96FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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