#BE74FD

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

Shades of Heliotrope #BE74FD

Tints of Heliotrope #BE74FD

Color information

#BE74FD (or 0xBE74FD) is unknown color: approx Heliotrope. HEX triplet: BE, 74 and FD. RGB value is (190,116,253). Sum of RGB (Red+Green+Blue) = 190+116+253=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE74FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74FD is #418B02. Grayscale: #999999. Windows color (decimal): -4295427 or 16610494. OLE color: 16610494.

HSL color Cylindrical-coordinate representation of color #BE74FD: hue angle of 272.41º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE74FD is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190116253-
CMYK0.250.5400.01
HSL272.41º97.16%72.35%-
HSV(B)272.41º54.15%99.22%-
XYZ45.2130.5396.44-
YUV153.74184.02153.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=33.99%
G=20.75%
B=45.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901162530.250.5400.01272.4197.1672.35
HexBE74FD1936011106148
Octal276164375316601420141110
Binary10111110111010011111101110011101100110001000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74FD; }

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

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

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

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

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

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

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

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