#B977FD

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

Shades of Heliotrope #B977FD

Tints of Heliotrope #B977FD

Color information

#B977FD (or 0xB977FD) is unknown color: approx Heliotrope. HEX triplet: B9, 77 and FD. RGB value is (185,119,253). Sum of RGB (Red+Green+Blue) = 185+119+253=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #B977FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977FD is #468802. Grayscale: #999999. Windows color (decimal): -4622339 or 16611257. OLE color: 16611257.

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

Color convert

RGB185119253-
CMYK0.270.5300.01
HSL269.55º97.1%72.94%-
HSV(B)269.55º52.96%99.22%-
XYZ44.3330.696.5-
YUV154.01183.87150.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 119 (46.88% from 255) = 21.36%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=33.21%
G=21.36%
B=45.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851192530.270.5300.01269.5597.172.94
HexB977FD1B350110e6149
Octal271167375336501416141111
Binary10111001111011111111101110111101010110000111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977FD; }

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

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

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

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

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

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

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

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