#BE5CFC

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

Shades of Heliotrope #BE5CFC

Tints of Heliotrope #BE5CFC

Color information

#BE5CFC (or 0xBE5CFC) is unknown color: approx Heliotrope. HEX triplet: BE, 5C and FC. RGB value is (190,92,252). Sum of RGB (Red+Green+Blue) = 190+92+252=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5CFC is #41A303. Grayscale: #8B8B8B. Windows color (decimal): -4301572 or 16538814. OLE color: 16538814.

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

Color convert

RGB19092252-
CMYK0.250.6300.01
HSL276.75º96.39%67.45%-
HSV(B)276.75º63.49%98.82%-
XYZ42.6325.6394.8-
YUV139.54191.47163.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 92 (36.33% from 255) = 17.23%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=35.58%
G=17.23%
B=47.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190922520.250.6300.01276.7596.3967.45
HexBE5CFC193F011156043
Octal276134374317701425140103
Binary10111110101110011111100110011111110110001010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CFC; }

 p { color: rgb(190,92,252); }

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

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

 a { background-color: rgb(190,92,252); }

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

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

 span { border-color: rgb(190,92,252); }

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