Html Css Color HEX #B96AF6 Heliotrope

📋 copy color: '#B96AF6'

red 185 ◦ green 106 ◦ blue 246

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

Shades of Heliotrope #B96AF6

Tints of Heliotrope #B96AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.74%

 BLUE value IS 246 (96.48% from 255) = 45.81%

R = 34.45%
G = 19.74%
B = 45.81%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B96AF6 (or 0xB96AF6) is known color: Heliotrope. HEX triplet: B9, 6A and F6. RGB value is (185,106,246). Sum of RGB (Red+Green+Blue) = 185+106+246=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #B96AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96AF6 is #469509. Grayscale: #919191. Windows color (decimal): -4625674 or 16149177. OLE color: 16149177.

HSL color Cylindrical-coordinate representation of color #B96AF6: hue angle of 273.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96AF6 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 106 246 -
CMYK 0.25 0.57 0 0.04
HSL 273.86º 0.89% 0.69% -
HSV(B) 273.86º 0.57% 0.96% -
XYZ 41.8 27.28 90.25 -
YUV 145.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 185 106 246 0.25 0.57 0 0.04 273.86 0.89 0.69
Hex B9 6A F6 19 39 0 4 112 59 45
Octal 271 152 366 31 71 0 4 422 131 105
Binary 10111001 1101010 11110110 11001 111001 0 100 100010010 1011001 1000101

Color Harmonies of #B96AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AF6

Black with #B96AF6

Text Example


Text Example

White with #B96AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AF6; }

 p { color: rgb(185,106,246); }

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

background-color css

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

 a { background-color: rgb(185,106,246); }

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

border-color css

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

 span { border-color: rgb(185,106,246); }

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