#BE71F1

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

Shades of Heliotrope #BE71F1

Tints of Heliotrope #BE71F1

Color information

#BE71F1 (or 0xBE71F1) is unknown color: approx Heliotrope. HEX triplet: BE, 71 and F1. RGB value is (190,113,241). Sum of RGB (Red+Green+Blue) = 190+113+241=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE71F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE71F1 is #418E0E. Grayscale: #969696. Windows color (decimal): -4296207 or 15823294. OLE color: 15823294.

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

Color convert

RGB190113241-
CMYK0.210.5300.05
HSL276.09º82.05%69.41%-
HSV(B)276.09º53.11%94.51%-
XYZ43.0229.1186.57-
YUV150.61179.01156.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 113 (44.53% from 255) = 20.77%
BLUE value IS 241 (94.53% from 255) = 44.30%
R=34.93%
G=20.77%
B=44.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901132410.210.5300.05276.0982.0569.41
HexBE71F11535051145245
Octal276161361256505424122105
Binary1011111011100011111000110101110101010110001010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71F1; }

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

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

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

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

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

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

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

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