Html Css Color HEX #B96EF2 Heliotrope

📋 copy color: '#B96EF2'

red 185 ◦ green 110 ◦ blue 242

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

Shades of Heliotrope #B96EF2

Tints of Heliotrope #B96EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 34.45%
G = 20.48%
B = 45.07%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B96EF2 (or 0xB96EF2) is known color: Heliotrope. HEX triplet: B9, 6E and F2. RGB value is (185,110,242). Sum of RGB (Red+Green+Blue) = 185+110+242=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #B96EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EF2 is #46910D. Grayscale: #939393. Windows color (decimal): -4624654 or 15888057. OLE color: 15888057.

HSL color Cylindrical-coordinate representation of color #B96EF2: hue angle of 274.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96EF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 110 242 -
CMYK 0.24 0.55 0 0.05
HSL 274.09º 0.84% 0.69% -
HSV(B) 274.09º 0.55% 0.95% -
XYZ 41.61 27.88 87.19 -
YUV 147.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 185 110 242 0.24 0.55 0 0.05 274.09 0.84 0.69
Hex B9 6E F2 18 37 0 5 112 54 45
Octal 271 156 362 30 67 0 5 422 124 105
Binary 10111001 1101110 11110010 11000 110111 0 101 100010010 1010100 1000101

Color Harmonies of #B96EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EF2

Black with #B96EF2

Text Example


Text Example

White with #B96EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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