#BE62C3

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

Shades of Fuchsia #BE62C3

Tints of Fuchsia #BE62C3

Color information

#BE62C3 (or 0xBE62C3) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and C3. RGB value is (190,98,195). Sum of RGB (Red+Green+Blue) = 190+98+195=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE62C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62C3 is #419D3C. Grayscale: #888888. Windows color (decimal): -4300093 or 12804798. OLE color: 12804798.

HSL color Cylindrical-coordinate representation of color #BE62C3: hue angle of 296.91º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE62C3 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19098195-
CMYK0.030.5000.24
HSL296.91º44.7%57.45%-
HSV(B)296.91º49.74%76.47%-
XYZ35.4523.6254.32-
YUV136.57160.98166.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 195 (76.56% from 255) = 40.37%
R=39.34%
G=20.29%
B=40.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190981950.030.5000.24296.9144.757.45
HexBE62C33320181292d39
Octal2761423033620304515571
Binary1011111011000101100001111110010011000100101001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62C3; }

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

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

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

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

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

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

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

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