#BE74FF

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

Shades of Heliotrope #BE74FF

Tints of Heliotrope #BE74FF

Color information

#BE74FF (or 0xBE74FF) is unknown color: approx Heliotrope. HEX triplet: BE, 74 and FF. RGB value is (190,116,255). Sum of RGB (Red+Green+Blue) = 190+116+255=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74FF is #418B00. Grayscale: #999999. Windows color (decimal): -4295425 or 16741566. OLE color: 16741566.

HSL color Cylindrical-coordinate representation of color #BE74FF: hue angle of 271.94º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE74FF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190116255-
CMYK0.250.5500
HSL271.94º100%72.75%-
HSV(B)271.94º54.51%100%-
XYZ45.5330.6698.13-
YUV153.97185.02153.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 116 (45.70% from 255) = 20.68%
BLUE value IS 255 (100% from 255) = 45.45%
R=33.87%
G=20.68%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901162550.250.5500271.9410072.75
HexBE74FF1937001106449
Octal276164377316700420144111
Binary10111110111010011111111110011101110010001000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74FF; }

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

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

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

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

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

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

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

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