#BE74F0

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

Shades of Heliotrope #BE74F0

Tints of Heliotrope #BE74F0

Color information

#BE74F0 (or 0xBE74F0) is unknown color: approx Heliotrope. HEX triplet: BE, 74 and F0. RGB value is (190,116,240). Sum of RGB (Red+Green+Blue) = 190+116+240=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE74F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74F0 is #418B0F. Grayscale: #979797. Windows color (decimal): -4295440 or 15758526. OLE color: 15758526.

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

Color convert

RGB190116240-
CMYK0.210.5200.06
HSL275.81º80.52%69.8%-
HSV(B)275.81º51.67%94.12%-
XYZ43.2129.7385.9-
YUV152.26177.52154.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 240 (94.14% from 255) = 43.96%
R=34.80%
G=21.25%
B=43.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901162400.210.5200.06275.8180.5269.8
HexBE74F01534061145146
Octal276164360256406424121106
Binary1011111011101001111000010101110100011010001010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74F0; }

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

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

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

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

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

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

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

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