#BE71ED

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

Shades of Heliotrope #BE71ED

Tints of Heliotrope #BE71ED

Color information

#BE71ED (or 0xBE71ED) is unknown color: approx Heliotrope. HEX triplet: BE, 71 and ED. RGB value is (190,113,237). Sum of RGB (Red+Green+Blue) = 190+113+237=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 113 (44.53% from 255 or 20.93% 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 #BE71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE71ED is #418E12. Grayscale: #959595. Windows color (decimal): -4296211 or 15561150. OLE color: 15561150.

HSL color Cylindrical-coordinate representation of color #BE71ED: hue angle of 277.26º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE71ED is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190113237-
CMYK0.200.5200.07
HSL277.26º77.5%68.63%-
HSV(B)277.26º52.32%92.94%-
XYZ42.4328.8783.46-
YUV150.16177.01156.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 113 (44.53% from 255) = 20.93%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=35.19%
G=20.93%
B=43.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901132370.200.5200.07277.2677.568.63
HexBE71ED1434071154e45
Octal276161355246407425116105
Binary1011111011100011110110110100110100011110001010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71ED; }

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

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

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

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

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

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

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

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