Html Css Color HEX #B96AF9 Heliotrope

📋 copy color: '#B96AF9'

red 185 ◦ green 106 ◦ blue 249

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

Shades of Heliotrope #B96AF9

Tints of Heliotrope #B96AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 34.26%
G = 19.63%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B96AF9 (or 0xB96AF9) is known color: Heliotrope. HEX triplet: B9, 6A and F9. RGB value is (185,106,249). Sum of RGB (Red+Green+Blue) = 185+106+249=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #B96AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96AF9 is #469506. Grayscale: #919191. Windows color (decimal): -4625671 or 16345785. OLE color: 16345785.

HSL color Cylindrical-coordinate representation of color #B96AF9: hue angle of 273.15º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96AF9 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 106 249 -
CMYK 0.26 0.57 0 0.02
HSL 273.15º 0.92% 0.7% -
HSV(B) 273.15º 0.57% 0.98% -
XYZ 42.26 27.46 92.7 -
YUV 145.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 185 106 249 0.26 0.57 0 0.02 273.15 0.92 0.7
Hex B9 6A F9 1A 39 0 2 111 5C 46
Octal 271 152 371 32 71 0 2 421 134 106
Binary 10111001 1101010 11111001 11010 111001 0 10 100010001 1011100 1000110

Color Harmonies of #B96AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AF9

Black with #B96AF9

Text Example


Text Example

White with #B96AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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