#BE76ED

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

Shades of Heliotrope #BE76ED

Tints of Heliotrope #BE76ED

Color information

#BE76ED (or 0xBE76ED) is unknown color: approx Heliotrope. HEX triplet: BE, 76 and ED. RGB value is (190,118,237). Sum of RGB (Red+Green+Blue) = 190+118+237=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE76ED is #418912. Grayscale: #989898. Windows color (decimal): -4294931 or 15562430. OLE color: 15562430.

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

Color convert

RGB190118237-
CMYK0.200.5000.07
HSL276.3º76.77%69.61%-
HSV(B)276.3º50.21%92.94%-
XYZ4330.0283.65-
YUV153.09175.35154.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 118 (46.48% from 255) = 21.65%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=34.86%
G=21.65%
B=43.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901182370.200.5000.07276.376.7769.61
HexBE76ED1432071144d46
Octal276166355246207424115106
Binary1011111011101101110110110100110010011110001010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76ED; }

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

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

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

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

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

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

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

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