#BE81F8

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

Shades of Heliotrope #BE81F8

Tints of Heliotrope #BE81F8

Color information

#BE81F8 (or 0xBE81F8) is unknown color: approx Heliotrope. HEX triplet: BE, 81 and F8. RGB value is (190,129,248). Sum of RGB (Red+Green+Blue) = 190+129+248=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE81F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE81F8 is #417E07. Grayscale: #A0A0A0. Windows color (decimal): -4292104 or 16286142. OLE color: 16286142.

HSL color Cylindrical-coordinate representation of color #BE81F8: hue angle of 270.76º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE81F8 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190129248-
CMYK0.230.4800.03
HSL270.76º89.47%73.92%-
HSV(B)270.76º47.98%97.25%-
XYZ46.0333.4292.83-
YUV160.8177.21148.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=33.51%
G=22.75%
B=43.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1901292480.230.4800.03270.7689.4773.92
HexBE81F817300310f594a
Octal276201370276003417131112
Binary1011111010000001111110001011111000001110000111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE81F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE81F8; }

 p { color: rgb(190,129,248); }

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

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

 a { background-color: rgb(190,129,248); }

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

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

 span { border-color: rgb(190,129,248); }

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