#BE5FFD

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

Shades of Heliotrope #BE5FFD

Tints of Heliotrope #BE5FFD

Color information

#BE5FFD (or 0xBE5FFD) is unknown color: approx Heliotrope. HEX triplet: BE, 5F and FD. RGB value is (190,95,253). Sum of RGB (Red+Green+Blue) = 190+95+253=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5FFD is #41A002. Grayscale: #8C8C8C. Windows color (decimal): -4300803 or 16605118. OLE color: 16605118.

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

Color convert

RGB19095253-
CMYK0.250.6200.01
HSL276.08º97.53%68.24%-
HSV(B)276.08º62.45%99.22%-
XYZ43.0626.2295.72-
YUV141.42190.97162.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 95 (37.5% from 255) = 17.66%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=35.32%
G=17.66%
B=47.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190952530.250.6200.01276.0897.5368.24
HexBE5FFD193E011146244
Octal276137375317601424142104
Binary10111110101111111111101110011111100110001010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5FFD; }

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

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

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

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

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

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

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

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