#BE74FB

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

Shades of Heliotrope #BE74FB

Tints of Heliotrope #BE74FB

Color information

#BE74FB (or 0xBE74FB) is unknown color: approx Heliotrope. HEX triplet: BE, 74 and FB. RGB value is (190,116,251). Sum of RGB (Red+Green+Blue) = 190+116+251=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE74FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74FB is #418B04. Grayscale: #999999. Windows color (decimal): -4295429 or 16479422. OLE color: 16479422.

HSL color Cylindrical-coordinate representation of color #BE74FB: hue angle of 272.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE74FB is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190116251-
CMYK0.240.5400.02
HSL272.89º94.41%71.96%-
HSV(B)272.89º53.78%98.43%-
XYZ44.8930.494.77-
YUV153.52183.02154.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 116 (45.70% from 255) = 20.83%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=34.11%
G=20.83%
B=45.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901162510.240.5400.02272.8994.4171.96
HexBE74FB1836021115e48
Octal276164373306602421136110
Binary101111101110100111110111100011011001010001000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74FB; }

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

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

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

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

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

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

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

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