#B977F6

Color #B977F6 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #B977F6

Tints of Heliotrope #B977F6

Color information

#B977F6 (or 0xB977F6) is unknown color: approx Heliotrope. HEX triplet: B9, 77 and F6. RGB value is (185,119,246). Sum of RGB (Red+Green+Blue) = 185+119+246=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #B977F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977F6 is #468809. Grayscale: #989898. Windows color (decimal): -4622346 or 16152505. OLE color: 16152505.

HSL color Cylindrical-coordinate representation of color #B977F6: hue angle of 271.18º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B977F6 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185119246-
CMYK0.250.5200.04
HSL271.18º87.59%71.57%-
HSV(B)271.18º51.63%96.47%-
XYZ43.2430.1690.73-
YUV153.21180.37150.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 119 (46.88% from 255) = 21.64%
BLUE value IS 246 (96.48% from 255) = 44.73%
R=33.64%
G=21.64%
B=44.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851192460.250.5200.04271.1887.5971.57
HexB977F619340410f5848
Octal271167366316404417130110
Binary1011100111101111111011011001110100010010000111110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977F6; }

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

 H1.HeaderClassName
 {
   color: #B977F6;
 }
 .AnyTagClassName
 {
   color: #B977F6;
 }
</style>
background-color css

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

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

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

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

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

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