#B979FD

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

Shades of Heliotrope #B979FD

Tints of Heliotrope #B979FD

Color information

#B979FD (or 0xB979FD) is unknown color: approx Heliotrope. HEX triplet: B9, 79 and FD. RGB value is (185,121,253). Sum of RGB (Red+Green+Blue) = 185+121+253=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #B979FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B979FD is #468602. Grayscale: #9A9A9A. Windows color (decimal): -4621827 or 16611769. OLE color: 16611769.

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

Color convert

RGB185121253-
CMYK0.270.5200.01
HSL269.09º97.06%73.33%-
HSV(B)269.09º52.17%99.22%-
XYZ44.5731.0896.58-
YUV155.18183.2149.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 121 (47.66% from 255) = 21.65%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=33.09%
G=21.65%
B=45.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851212530.270.5200.01269.0997.0673.33
HexB979FD1B340110d6149
Octal271171375336401415141111
Binary10111001111100111111101110111101000110000110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979FD; }

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

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

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

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

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

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

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

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