#BE75EA

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

Shades of Heliotrope #BE75EA

Tints of Heliotrope #BE75EA

Color information

#BE75EA (or 0xBE75EA) is unknown color: approx Heliotrope. HEX triplet: BE, 75 and EA. RGB value is (190,117,234). Sum of RGB (Red+Green+Blue) = 190+117+234=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE75EA is #418A15. Grayscale: #979797. Windows color (decimal): -4295190 or 15365566. OLE color: 15365566.

HSL color Cylindrical-coordinate representation of color #BE75EA: hue angle of 277.44º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE75EA is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190117234-
CMYK0.190.500.08
HSL277.44º73.58%68.82%-
HSV(B)277.44º50%91.76%-
XYZ42.4529.6181.32-
YUV152.17174.18154.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=35.12%
G=21.63%
B=43.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901172340.190.500.08277.4473.5868.82
HexBE75EA1332081154a45
Octal2761653522362010425112105
Binary10111110111010111101010100111100100100010001010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75EA; }

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

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

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

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

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

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

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

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