Html Css Color HEX #B96FF5 Heliotrope

📋 copy color: '#B96FF5'

red 185 ◦ green 111 ◦ blue 245

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

Shades of Heliotrope #B96FF5

Tints of Heliotrope #B96FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.29%

R = 34.2%
G = 20.52%
B = 45.29%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B96FF5 (or 0xB96FF5) is known color: Heliotrope. HEX triplet: B9, 6F and F5. RGB value is (185,111,245). Sum of RGB (Red+Green+Blue) = 185+111+245=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #B96FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF5 is #46900A. Grayscale: #939393. Windows color (decimal): -4624395 or 16084921. OLE color: 16084921.

HSL color Cylindrical-coordinate representation of color #B96FF5: hue angle of 273.13º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96FF5 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 111 245 -
CMYK 0.24 0.55 0 0.04
HSL 273.13º 0.87% 0.7% -
HSV(B) 273.13º 0.55% 0.96% -
XYZ 42.17 28.28 89.62 -
YUV 148.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 185 111 245 0.24 0.55 0 0.04 273.13 0.87 0.7
Hex B9 6F F5 18 37 0 4 111 57 46
Octal 271 157 365 30 67 0 4 421 127 106
Binary 10111001 1101111 11110101 11000 110111 0 100 100010001 1010111 1000110

Color Harmonies of #B96FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FF5

Black with #B96FF5

Text Example


Text Example

White with #B96FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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