#BE7DFD

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

Shades of Heliotrope #BE7DFD

Tints of Heliotrope #BE7DFD

Color information

#BE7DFD (or 0xBE7DFD) is unknown color: approx Heliotrope. HEX triplet: BE, 7D and FD. RGB value is (190,125,253). Sum of RGB (Red+Green+Blue) = 190+125+253=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DFD is #418202. Grayscale: #9E9E9E. Windows color (decimal): -4293123 or 16612798. OLE color: 16612798.

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

Color convert

RGB190125253-
CMYK0.250.5100.01
HSL270.47º96.97%74.12%-
HSV(B)270.47º50.59%99.22%-
XYZ46.332.7196.8-
YUV159.03181.03150.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=33.45%
G=22.01%
B=44.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901252530.250.5100.01270.4796.9774.12
HexBE7DFD19330110e614a
Octal276175375316301416141112
Binary10111110111110111111101110011100110110000111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DFD; }

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

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

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

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

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

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

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

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