#BE71FF

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

Shades of Heliotrope #BE71FF

Tints of Heliotrope #BE71FF

Color information

#BE71FF (or 0xBE71FF) is unknown color: approx Heliotrope. HEX triplet: BE, 71 and FF. RGB value is (190,113,255). Sum of RGB (Red+Green+Blue) = 190+113+255=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE71FF is #418E00. Grayscale: #979797. Windows color (decimal): -4296193 or 16740798. OLE color: 16740798.

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

Color convert

RGB190113255-
CMYK0.250.5600
HSL272.54º100%72.16%-
HSV(B)272.54º55.69%100%-
XYZ45.1929.9898.01-
YUV152.21186.01154.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 113 (44.53% from 255) = 20.25%
BLUE value IS 255 (100% from 255) = 45.70%
R=34.05%
G=20.25%
B=45.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901132550.250.5600272.5410072.16
HexBE71FF1938001116448
Octal276161377317000421144110
Binary10111110111000111111111110011110000010001000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71FF; }

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

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

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

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

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

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

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

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