#BE74F1

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

Shades of Heliotrope #BE74F1

Tints of Heliotrope #BE74F1

Color information

#BE74F1 (or 0xBE74F1) is unknown color: approx Heliotrope. HEX triplet: BE, 74 and F1. RGB value is (190,116,241). Sum of RGB (Red+Green+Blue) = 190+116+241=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74F1 is #418B0E. Grayscale: #979797. Windows color (decimal): -4295439 or 15824062. OLE color: 15824062.

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

Color convert

RGB190116241-
CMYK0.210.5200.05
HSL275.52º81.7%70%-
HSV(B)275.52º51.87%94.51%-
XYZ43.3629.7986.68-
YUV152.38178.02154.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=34.73%
G=21.21%
B=44.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901162410.210.5200.05275.5281.770
HexBE74F11534051145246
Octal276164361256405424122106
Binary1011111011101001111000110101110100010110001010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74F1; }

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

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

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

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

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

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

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

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