Html Css Color HEX #B96AFF Heliotrope

📋 copy color: '#B96AFF'

red 185 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #B96AFF

Tints of Heliotrope #B96AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 33.88%
G = 19.41%
B = 46.7%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B96AFF (or 0xB96AFF) is known color: Heliotrope. HEX triplet: B9, 6A and FF. RGB value is (185,106,255). Sum of RGB (Red+Green+Blue) = 185+106+255=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #B96AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96AFF is #469500. Grayscale: #929292. Windows color (decimal): -4625665 or 16739001. OLE color: 16739001.

HSL color Cylindrical-coordinate representation of color #B96AFF: hue angle of 271.81º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B96AFF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 106 255 -
CMYK 0.27 0.58 0 0
HSL 271.81º 1% 0.71% -
HSV(B) 271.81º 0.58% 1% -
XYZ 43.21 27.84 97.7 -
YUV 146.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 185 106 255 0.27 0.58 0 0 271.81 1 0.71
Hex B9 6A FF 1B 3A 0 0 110 64 47
Octal 271 152 377 33 72 0 0 420 144 107
Binary 10111001 1101010 11111111 11011 111010 0 0 100010000 1100100 1000111

Color Harmonies of #B96AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AFF

Black with #B96AFF

Text Example


Text Example

White with #B96AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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