#BE74EE

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

Shades of Heliotrope #BE74EE

Tints of Heliotrope #BE74EE

Color information

#BE74EE (or 0xBE74EE) is unknown color: approx Heliotrope. HEX triplet: BE, 74 and EE. RGB value is (190,116,238). Sum of RGB (Red+Green+Blue) = 190+116+238=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE74EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74EE is #418B11. Grayscale: #979797. Windows color (decimal): -4295442 or 15627454. OLE color: 15627454.

HSL color Cylindrical-coordinate representation of color #BE74EE: hue angle of 276.39º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE74EE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190116238-
CMYK0.200.5100.07
HSL276.39º78.21%69.41%-
HSV(B)276.39º51.26%93.33%-
XYZ42.9129.6184.34-
YUV152.03176.52155.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 116 (45.70% from 255) = 21.32%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=34.93%
G=21.32%
B=43.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901162380.200.5100.07276.3978.2169.41
HexBE74EE1433071144e45
Octal276164356246307424116105
Binary1011111011101001110111010100110011011110001010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74EE; }

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

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

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

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

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

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

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

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