#BE61F8

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

Shades of Heliotrope #BE61F8

Tints of Heliotrope #BE61F8

Color information

#BE61F8 (or 0xBE61F8) is unknown color: approx Heliotrope. HEX triplet: BE, 61 and F8. RGB value is (190,97,248). Sum of RGB (Red+Green+Blue) = 190+97+248=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE61F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE61F8 is #419E07. Grayscale: #8D8D8D. Windows color (decimal): -4300296 or 16277950. OLE color: 16277950.

HSL color Cylindrical-coordinate representation of color #BE61F8: hue angle of 276.95º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE61F8 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19097248-
CMYK0.230.6100.03
HSL276.95º91.52%67.65%-
HSV(B)276.95º60.89%97.25%-
XYZ42.4526.2791.64-
YUV142.02187.81162.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 97 (38.28% from 255) = 18.13%
BLUE value IS 248 (97.27% from 255) = 46.36%
R=35.51%
G=18.13%
B=46.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal190972480.230.6100.03276.9591.5267.65
HexBE61F8173D031155c44
Octal276141370277503425134104
Binary101111101100001111110001011111110101110001010110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61F8; }

 p { color: rgb(190,97,248); }

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

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

 a { background-color: rgb(190,97,248); }

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

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

 span { border-color: rgb(190,97,248); }

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