#BE82FA

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

Shades of Heliotrope #BE82FA

Tints of Heliotrope #BE82FA

Color information

#BE82FA (or 0xBE82FA) is unknown color: approx Heliotrope. HEX triplet: BE, 82 and FA. RGB value is (190,130,250). Sum of RGB (Red+Green+Blue) = 190+130+250=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE82FA is #417D05. Grayscale: #A1A1A1. Windows color (decimal): -4291846 or 16417470. OLE color: 16417470.

HSL color Cylindrical-coordinate representation of color #BE82FA: hue angle of 270º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE82FA is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190130250-
CMYK0.240.4800.02
HSL270º92.31%74.51%-
HSV(B)270º48%98.04%-
XYZ46.4733.8194.52-
YUV161.62177.88148.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=33.33%
G=22.81%
B=43.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901302500.240.4800.0227092.3174.51
HexBE82FA18300210e5c4b
Octal276202372306002416134113
Binary1011111010000010111110101100011000001010000111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82FA; }

 p { color: rgb(190,130,250); }

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

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

 a { background-color: rgb(190,130,250); }

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

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

 span { border-color: rgb(190,130,250); }

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