#BE76FD

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

Shades of Heliotrope #BE76FD

Tints of Heliotrope #BE76FD

Color information

#BE76FD (or 0xBE76FD) is unknown color: approx Heliotrope. HEX triplet: BE, 76 and FD. RGB value is (190,118,253). Sum of RGB (Red+Green+Blue) = 190+118+253=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE76FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE76FD is #418902. Grayscale: #9A9A9A. Windows color (decimal): -4294915 or 16611006. OLE color: 16611006.

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

Color convert

RGB190118253-
CMYK0.250.5300.01
HSL272º97.12%72.75%-
HSV(B)272º53.36%99.22%-
XYZ45.443196.52-
YUV154.92183.35153.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 118 (46.48% from 255) = 21.03%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=33.87%
G=21.03%
B=45.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901182530.250.5300.0127297.1272.75
HexBE76FD1935011106149
Octal276166375316501420141111
Binary10111110111011011111101110011101010110001000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76FD; }

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

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

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

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

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

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

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

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