#B977EE

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

Shades of Heliotrope #B977EE

Tints of Heliotrope #B977EE

Color information

#B977EE (or 0xB977EE) is unknown color: approx Heliotrope. HEX triplet: B9, 77 and EE. RGB value is (185,119,238). Sum of RGB (Red+Green+Blue) = 185+119+238=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #B977EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977EE is #468811. Grayscale: #979797. Windows color (decimal): -4622354 or 15628217. OLE color: 15628217.

HSL color Cylindrical-coordinate representation of color #B977EE: hue angle of 273.28º degrees, saturation: 0.78, 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 #B977EE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185119238-
CMYK0.220.5000.07
HSL273.28º77.78%70%-
HSV(B)273.28º50%93.33%-
XYZ42.0429.6884.4-
YUV152.3176.37151.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=34.13%
G=21.96%
B=43.91%

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
Decimal1851192380.220.5000.07273.2877.7870
HexB977EE1632071114e46
Octal271167356266207421116106
Binary1011100111101111110111010110110010011110001000110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977EE; }

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

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

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

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

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

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

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

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