Html Css Color HEX #B96DFF Heliotrope

📋 copy color: '#B96DFF'

red 185 ◦ green 109 ◦ blue 255

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

Shades of Heliotrope #B96DFF

Tints of Heliotrope #B96DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.85%

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

R = 33.7%
G = 19.85%
B = 46.45%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B96DFF (or 0xB96DFF) is known color: Heliotrope. HEX triplet: B9, 6D and FF. RGB value is (185,109,255). Sum of RGB (Red+Green+Blue) = 185+109+255=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B96DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DFF is #469200. Grayscale: #939393. Windows color (decimal): -4624897 or 16739769. OLE color: 16739769.

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

Color convert

RGB 185 109 255 -
CMYK 0.27 0.57 0 0
HSL 271.23º 1% 0.71% -
HSV(B) 271.23º 0.57% 1% -
XYZ 43.53 28.47 97.81 -
YUV 148.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 185 109 255 0.27 0.57 0 0 271.23 1 0.71
Hex B9 6D FF 1B 39 0 0 10F 64 47
Octal 271 155 377 33 71 0 0 417 144 107
Binary 10111001 1101101 11111111 11011 111001 0 0 100001111 1100100 1000111

Color Harmonies of #B96DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DFF

Black with #B96DFF

Text Example


Text Example

White with #B96DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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