#BE76F1

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

Shades of Heliotrope #BE76F1

Tints of Heliotrope #BE76F1

Color information

#BE76F1 (or 0xBE76F1) is unknown color: approx Heliotrope. HEX triplet: BE, 76 and F1. RGB value is (190,118,241). Sum of RGB (Red+Green+Blue) = 190+118+241=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE76F1 is #41890E. Grayscale: #999999. Windows color (decimal): -4294927 or 15824574. OLE color: 15824574.

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

Color convert

RGB190118241-
CMYK0.210.5100.05
HSL275.12º81.46%70.39%-
HSV(B)275.12º51.04%94.51%-
XYZ43.5930.2586.76-
YUV153.55177.35154-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 118 (46.48% from 255) = 21.49%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=34.61%
G=21.49%
B=43.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901182410.210.5100.05275.1281.4670.39
HexBE76F11533051135146
Octal276166361256305423121106
Binary1011111011101101111000110101110011010110001001110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76F1; }

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

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

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

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

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

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

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

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