#BE70FF

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

Shades of Heliotrope #BE70FF

Tints of Heliotrope #BE70FF

Color information

#BE70FF (or 0xBE70FF) is unknown color: approx Heliotrope. HEX triplet: BE, 70 and FF. RGB value is (190,112,255). Sum of RGB (Red+Green+Blue) = 190+112+255=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70FF is #418F00. Grayscale: #979797. Windows color (decimal): -4296449 or 16740542. OLE color: 16740542.

HSL color Cylindrical-coordinate representation of color #BE70FF: hue angle of 272.73º 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 #BE70FF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190112255-
CMYK0.250.5600
HSL272.73º100%71.96%-
HSV(B)272.73º56.08%100%-
XYZ45.0829.7697.98-
YUV151.62186.34155.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 112 (44.14% from 255) = 20.11%
BLUE value IS 255 (100% from 255) = 45.78%
R=34.11%
G=20.11%
B=45.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901122550.250.5600272.7310071.96
HexBE70FF1938001116448
Octal276160377317000421144110
Binary10111110111000011111111110011110000010001000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70FF; }

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

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

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

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

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

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

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

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