#BE7BF0

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

Shades of Heliotrope #BE7BF0

Tints of Heliotrope #BE7BF0

Color information

#BE7BF0 (or 0xBE7BF0) is unknown color: approx Heliotrope. HEX triplet: BE, 7B and F0. RGB value is (190,123,240). Sum of RGB (Red+Green+Blue) = 190+123+240=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE7BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7BF0 is #41840F. Grayscale: #9B9B9B. Windows color (decimal): -4293648 or 15760318. OLE color: 15760318.

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

Color convert

RGB190123240-
CMYK0.210.4900.06
HSL274.36º79.59%71.18%-
HSV(B)274.36º48.75%94.12%-
XYZ44.0531.486.18-
YUV156.37175.2151.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 123 (48.44% from 255) = 22.24%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=34.36%
G=22.24%
B=43.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901232400.210.4900.06274.3679.5971.18
HexBE7BF01531061125047
Octal276173360256106422120107
Binary1011111011110111111000010101110001011010001001010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BF0; }

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

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

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

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

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

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

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

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