Html Css Color HEX #B96BF6 Heliotrope

📋 copy color: '#B96BF6'

red 185 ◦ green 107 ◦ blue 246

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

Shades of Heliotrope #B96BF6

Tints of Heliotrope #B96BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.89%

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

R = 34.39%
G = 19.89%
B = 45.72%

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

#B96BF6 (or 0xB96BF6) is known color: Heliotrope. HEX triplet: B9, 6B and F6. RGB value is (185,107,246). Sum of RGB (Red+Green+Blue) = 185+107+246=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #B96BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BF6 is #469409. Grayscale: #919191. Windows color (decimal): -4625418 or 16149433. OLE color: 16149433.

HSL color Cylindrical-coordinate representation of color #B96BF6: hue angle of 273.67º 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 #B96BF6 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 107 246 -
CMYK 0.25 0.57 0 0.04
HSL 273.67º 0.89% 0.69% -
HSV(B) 273.67º 0.57% 0.96% -
XYZ 41.9 27.48 90.29 -
YUV 146.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 185 107 246 0.25 0.57 0 0.04 273.67 0.89 0.69
Hex B9 6B F6 19 39 0 4 112 59 45
Octal 271 153 366 31 71 0 4 422 131 105
Binary 10111001 1101011 11110110 11001 111001 0 100 100010010 1011001 1000101

Color Harmonies of #B96BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BF6

Black with #B96BF6

Text Example


Text Example

White with #B96BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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