#BE7BF2

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

Shades of Heliotrope #BE7BF2

Tints of Heliotrope #BE7BF2

Color information

#BE7BF2 (or 0xBE7BF2) is unknown color: approx Heliotrope. HEX triplet: BE, 7B and F2. RGB value is (190,123,242). Sum of RGB (Red+Green+Blue) = 190+123+242=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BF2 is #41840D. Grayscale: #9C9C9C. Windows color (decimal): -4293646 or 15891390. OLE color: 15891390.

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

Color convert

RGB190123242-
CMYK0.210.4900.05
HSL273.78º82.07%71.57%-
HSV(B)273.78º49.17%94.9%-
XYZ44.3531.5287.75-
YUV156.6176.2151.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=34.23%
G=22.16%
B=43.60%

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
Decimal1901232420.210.4900.05273.7882.0771.57
HexBE7BF21531051125248
Octal276173362256105422122110
Binary1011111011110111111001010101110001010110001001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BF2; }

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

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

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

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

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

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

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

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