#B977FE

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

Shades of Heliotrope #B977FE

Tints of Heliotrope #B977FE

Color information

#B977FE (or 0xB977FE) is unknown color: approx Heliotrope. HEX triplet: B9, 77 and FE. RGB value is (185,119,254). Sum of RGB (Red+Green+Blue) = 185+119+254=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #B977FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977FE is #468801. Grayscale: #999999. Windows color (decimal): -4622338 or 16676793. OLE color: 16676793.

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

Color convert

RGB185119254-
CMYK0.270.5300.00
HSL269.33º98.54%73.14%-
HSV(B)269.33º53.15%99.61%-
XYZ44.4930.6697.34-
YUV154.12184.37150.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 119 (46.88% from 255) = 21.33%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=33.15%
G=21.33%
B=45.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851192540.270.5300.00269.3398.5473.14
HexB977FE1B350010d6349
Octal271167376336500415143111
Binary10111001111011111111110110111101010010000110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977FE; }

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

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

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

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

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

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

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

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