Html Css Color HEX #B96EF3 Heliotrope

📋 copy color: '#B96EF3'

red 185 ◦ green 110 ◦ blue 243

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

Shades of Heliotrope #B96EF3

Tints of Heliotrope #B96EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.17%

R = 34.39%
G = 20.45%
B = 45.17%

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

#B96EF3 (or 0xB96EF3) is known color: Heliotrope. HEX triplet: B9, 6E and F3. RGB value is (185,110,243). Sum of RGB (Red+Green+Blue) = 185+110+243=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #B96EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EF3 is #46910C. Grayscale: #939393. Windows color (decimal): -4624653 or 15953593. OLE color: 15953593.

HSL color Cylindrical-coordinate representation of color #B96EF3: hue angle of 273.83º degrees, saturation: 0.85, 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 #B96EF3 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 110 243 -
CMYK 0.24 0.55 0 0.05
HSL 273.83º 0.85% 0.69% -
HSV(B) 273.83º 0.55% 0.95% -
XYZ 41.76 27.94 87.99 -
YUV 147.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 185 110 243 0.24 0.55 0 0.05 273.83 0.85 0.69
Hex B9 6E F3 18 37 0 5 112 55 45
Octal 271 156 363 30 67 0 5 422 125 105
Binary 10111001 1101110 11110011 11000 110111 0 101 100010010 1010101 1000101

Color Harmonies of #B96EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EF3

Black with #B96EF3

Text Example


Text Example

White with #B96EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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