Html Css Color HEX #B96CFF Heliotrope

📋 copy color: '#B96CFF'

red 185 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #B96CFF

Tints of Heliotrope #B96CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.71%

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

R = 33.76%
G = 19.71%
B = 46.53%

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

#B96CFF (or 0xB96CFF) is known color: Heliotrope. HEX triplet: B9, 6C and FF. RGB value is (185,108,255). Sum of RGB (Red+Green+Blue) = 185+108+255=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #B96CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CFF is #469300. Grayscale: #939393. Windows color (decimal): -4625153 or 16739513. OLE color: 16739513.

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

Color convert

RGB 185 108 255 -
CMYK 0.27 0.58 0 0
HSL 271.43º 1% 0.71% -
HSV(B) 271.43º 0.58% 1% -
XYZ 43.42 28.26 97.77 -
YUV 147.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 185 108 255 0.27 0.58 0 0 271.43 1 0.71
Hex B9 6C FF 1B 3A 0 0 10F 64 47
Octal 271 154 377 33 72 0 0 417 144 107
Binary 10111001 1101100 11111111 11011 111010 0 0 100001111 1100100 1000111

Color Harmonies of #B96CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CFF

Black with #B96CFF

Text Example


Text Example

White with #B96CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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