#B976ED

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

Shades of Heliotrope #B976ED

Tints of Heliotrope #B976ED

Color information

#B976ED (or 0xB976ED) is unknown color: approx Heliotrope. HEX triplet: B9, 76 and ED. RGB value is (185,118,237). Sum of RGB (Red+Green+Blue) = 185+118+237=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #B976ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976ED is #468912. Grayscale: #979797. Windows color (decimal): -4622611 or 15562425. OLE color: 15562425.

HSL color Cylindrical-coordinate representation of color #B976ED: hue angle of 273.78º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B976ED is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185118237-
CMYK0.220.5000.07
HSL273.78º76.77%69.61%-
HSV(B)273.78º50.21%92.94%-
XYZ41.7729.3983.59-
YUV151.6176.2151.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 118 (46.48% from 255) = 21.85%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=34.26%
G=21.85%
B=43.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851182370.220.5000.07273.7876.7769.61
HexB976ED1632071124d46
Octal271166355266207422115106
Binary1011100111101101110110110110110010011110001001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976ED; }

 p { color: rgb(185,118,237); }

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

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

 a { background-color: rgb(185,118,237); }

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

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

 span { border-color: rgb(185,118,237); }

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