#BE74ED

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

Shades of Heliotrope #BE74ED

Tints of Heliotrope #BE74ED

Color information

#BE74ED (or 0xBE74ED) is unknown color: approx Heliotrope. HEX triplet: BE, 74 and ED. RGB value is (190,116,237). Sum of RGB (Red+Green+Blue) = 190+116+237=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74ED is #418B12. Grayscale: #979797. Windows color (decimal): -4295443 or 15561918. OLE color: 15561918.

HSL color Cylindrical-coordinate representation of color #BE74ED: hue angle of 276.69º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE74ED is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190116237-
CMYK0.200.5100.07
HSL276.69º77.07%69.22%-
HSV(B)276.69º51.05%92.94%-
XYZ42.7729.5583.57-
YUV151.92176.02155.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 116 (45.70% from 255) = 21.36%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=34.99%
G=21.36%
B=43.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901162370.200.5100.07276.6977.0769.22
HexBE74ED1433071154d45
Octal276164355246307425115105
Binary1011111011101001110110110100110011011110001010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74ED; }

 p { color: rgb(190,116,237); }

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

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

 a { background-color: rgb(190,116,237); }

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

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

 span { border-color: rgb(190,116,237); }

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