#BE82FB

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

Shades of Heliotrope #BE82FB

Tints of Heliotrope #BE82FB

Color information

#BE82FB (or 0xBE82FB) is unknown color: approx Heliotrope. HEX triplet: BE, 82 and FB. RGB value is (190,130,251). Sum of RGB (Red+Green+Blue) = 190+130+251=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE82FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE82FB is #417D04. Grayscale: #A1A1A1. Windows color (decimal): -4291845 or 16483006. OLE color: 16483006.

HSL color Cylindrical-coordinate representation of color #BE82FB: hue angle of 269.75º degrees, saturation: 0.94, 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 #BE82FB is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190130251-
CMYK0.240.4800.02
HSL269.75º93.8%74.71%-
HSV(B)269.75º48.21%98.43%-
XYZ46.6333.8895.35-
YUV161.73178.38148.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=33.27%
G=22.77%
B=43.96%

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
Decimal1901302510.240.4800.02269.7593.874.71
HexBE82FB18300210e5e4b
Octal276202373306002416136113
Binary1011111010000010111110111100011000001010000111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82FB; }

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

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

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

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

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

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

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

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