#BE7BF1

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

Shades of Heliotrope #BE7BF1

Tints of Heliotrope #BE7BF1

Color information

#BE7BF1 (or 0xBE7BF1) is unknown color: approx Heliotrope. HEX triplet: BE, 7B and F1. RGB value is (190,123,241). Sum of RGB (Red+Green+Blue) = 190+123+241=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BF1 is #41840E. Grayscale: #9C9C9C. Windows color (decimal): -4293647 or 15825854. OLE color: 15825854.

HSL color Cylindrical-coordinate representation of color #BE7BF1: hue angle of 274.07º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE7BF1 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190123241-
CMYK0.210.4900.05
HSL274.07º80.82%71.37%-
HSV(B)274.07º48.96%94.51%-
XYZ44.231.4686.96-
YUV156.48175.7151.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 123 (48.44% from 255) = 22.20%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=34.30%
G=22.20%
B=43.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901232410.210.4900.05274.0780.8271.37
HexBE7BF11531051125147
Octal276173361256105422121107
Binary1011111011110111111000110101110001010110001001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BF1; }

 p { color: rgb(190,123,241); }

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

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

 a { background-color: rgb(190,123,241); }

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

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

 span { border-color: rgb(190,123,241); }

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