#BE62A7

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

Shades of Fuchsia #BE62A7

Tints of Fuchsia #BE62A7

Color information

#BE62A7 (or 0xBE62A7) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and A7. RGB value is (190,98,167). Sum of RGB (Red+Green+Blue) = 190+98+167=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE62A7 is #419D58. Grayscale: #858585. Windows color (decimal): -4300121 or 10969790. OLE color: 10969790.

HSL color Cylindrical-coordinate representation of color #BE62A7: hue angle of 315º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE62A7 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19098167-
CMYK00.480.120.25
HSL315º41.44%56.47%-
HSV(B)315º48.42%74.51%-
XYZ32.5822.4739.18-
YUV133.37146.98168.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=41.76%
G=21.54%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909816700.480.120.2531541.4456.47
HexBE62A7030C1913b2938
Octal27614224706014314735170
Binary101111101100010101001110110000110011001100111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62A7; }

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

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

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

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

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

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

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

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