#BE75FE

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

Shades of Heliotrope #BE75FE

Tints of Heliotrope #BE75FE

Color information

#BE75FE (or 0xBE75FE) is unknown color: approx Heliotrope. HEX triplet: BE, 75 and FE. RGB value is (190,117,254). Sum of RGB (Red+Green+Blue) = 190+117+254=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE75FE is #418A01. Grayscale: #999999. Windows color (decimal): -4295170 or 16676286. OLE color: 16676286.

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

Color convert

RGB190117254-
CMYK0.250.5400.00
HSL271.97º98.56%72.75%-
HSV(B)271.97º53.94%99.61%-
XYZ45.4930.8397.32-
YUV154.44184.18153.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 117 (46.09% from 255) = 20.86%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=33.87%
G=20.86%
B=45.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901172540.250.5400.00271.9798.5672.75
HexBE75FE1936001106349
Octal276165376316600420143111
Binary10111110111010111111110110011101100010001000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75FE; }

 p { color: rgb(190,117,254); }

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

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

 a { background-color: rgb(190,117,254); }

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

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

 span { border-color: rgb(190,117,254); }

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