#B977F9

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

Shades of Heliotrope #B977F9

Tints of Heliotrope #B977F9

Color information

#B977F9 (or 0xB977F9) is unknown color: approx Heliotrope. HEX triplet: B9, 77 and F9. RGB value is (185,119,249). Sum of RGB (Red+Green+Blue) = 185+119+249=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #B977F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977F9 is #468806. Grayscale: #999999. Windows color (decimal): -4622343 or 16349113. OLE color: 16349113.

HSL color Cylindrical-coordinate representation of color #B977F9: hue angle of 270.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B977F9 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185119249-
CMYK0.260.5200.02
HSL270.46º91.55%72.16%-
HSV(B)270.46º52.21%97.65%-
XYZ43.730.3593.18-
YUV153.55181.87150.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 119 (46.88% from 255) = 21.52%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=33.45%
G=21.52%
B=45.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851192490.260.5200.02270.4691.5572.16
HexB977F91A340210e5c48
Octal271167371326402416134110
Binary101110011110111111110011101011010001010000111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977F9; }

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

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

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

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

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

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

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

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