Html Css Color HEX #B96BFF Heliotrope

📋 copy color: '#B96BFF'

red 185 ◦ green 107 ◦ blue 255

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

Shades of Heliotrope #B96BFF

Tints of Heliotrope #B96BFF

RGB

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

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

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

R = 33.82%
G = 19.56%
B = 46.62%

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

#B96BFF (or 0xB96BFF) is known color: Heliotrope. HEX triplet: B9, 6B and FF. RGB value is (185,107,255). Sum of RGB (Red+Green+Blue) = 185+107+255=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #B96BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BFF is #469400. Grayscale: #929292. Windows color (decimal): -4625409 or 16739257. OLE color: 16739257.

HSL color Cylindrical-coordinate representation of color #B96BFF: hue angle of 271.62º 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 #B96BFF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 107 255 -
CMYK 0.27 0.58 0 0
HSL 271.62º 1% 0.71% -
HSV(B) 271.62º 0.58% 1% -
XYZ 43.32 28.05 97.74 -
YUV 147.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 185 107 255 0.27 0.58 0 0 271.62 1 0.71
Hex B9 6B FF 1B 3A 0 0 110 64 47
Octal 271 153 377 33 72 0 0 420 144 107
Binary 10111001 1101011 11111111 11011 111010 0 0 100010000 1100100 1000111

Color Harmonies of #B96BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BFF

Black with #B96BFF

Text Example


Text Example

White with #B96BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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