#BE5BFF

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

Shades of Heliotrope #BE5BFF

Tints of Heliotrope #BE5BFF

Color information

#BE5BFF (or 0xBE5BFF) is unknown color: approx Heliotrope. HEX triplet: BE, 5B and FF. RGB value is (190,91,255). Sum of RGB (Red+Green+Blue) = 190+91+255=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE5BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5BFF is #41A400. Grayscale: #8A8A8A. Windows color (decimal): -4301825 or 16735166. OLE color: 16735166.

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

Color convert

RGB19091255-
CMYK0.250.6400
HSL276.22º100%67.84%-
HSV(B)276.22º64.31%100%-
XYZ43.0325.6597.29-
YUV139.3193.3164.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 91 (35.94% from 255) = 16.98%
BLUE value IS 255 (100% from 255) = 47.57%
R=35.45%
G=16.98%
B=47.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190912550.250.6400276.2210067.84
HexBE5BFF1940001146444
Octal2761333773110000424144104
Binary101111101011011111111111100110000000010001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BFF; }

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

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

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

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

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

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

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

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