#BE7DFF

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

Shades of Heliotrope #BE7DFF

Tints of Heliotrope #BE7DFF

Color information

#BE7DFF (or 0xBE7DFF) is unknown color: approx Heliotrope. HEX triplet: BE, 7D and FF. RGB value is (190,125,255). Sum of RGB (Red+Green+Blue) = 190+125+255=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DFF is #418200. Grayscale: #9E9E9E. Windows color (decimal): -4293121 or 16743870. OLE color: 16743870.

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

Color convert

RGB190125255-
CMYK0.250.5100
HSL270º100%74.51%-
HSV(B)270º50.98%100%-
XYZ46.6232.8398.49-
YUV159.26182.03149.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 255 (100% from 255) = 44.74%
R=33.33%
G=21.93%
B=44.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901252550.250.510027010074.51
HexBE7DFF19330010e644b
Octal276175377316300416144113
Binary10111110111110111111111110011100110010000111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DFF; }

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

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

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

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

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

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

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

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