#BE62C7

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

Shades of Fuchsia #BE62C7

Tints of Fuchsia #BE62C7

Color information

#BE62C7 (or 0xBE62C7) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and C7. RGB value is (190,98,199). Sum of RGB (Red+Green+Blue) = 190+98+199=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE62C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62C7 is #419D38. Grayscale: #888888. Windows color (decimal): -4300089 or 13066942. OLE color: 13066942.

HSL color Cylindrical-coordinate representation of color #BE62C7: hue angle of 294.65º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE62C7 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19098199-
CMYK0.050.5100.22
HSL294.65º47.42%58.24%-
HSV(B)294.65º50.75%78.04%-
XYZ35.9123.8156.74-
YUV137.02162.98165.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 98 (38.67% from 255) = 20.12%
BLUE value IS 199 (78.12% from 255) = 40.86%
R=39.01%
G=20.12%
B=40.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190981990.050.5100.22294.6547.4258.24
HexBE62C75330161272f3a
Octal2761423075630264475772
Binary10111110110001011000111101110011010110100100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62C7; }

 p { color: rgb(190,98,199); }

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

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

 a { background-color: rgb(190,98,199); }

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

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

 span { border-color: rgb(190,98,199); }

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