#BE62B7

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

Shades of Fuchsia #BE62B7

Tints of Fuchsia #BE62B7

Color information

#BE62B7 (or 0xBE62B7) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and B7. RGB value is (190,98,183). Sum of RGB (Red+Green+Blue) = 190+98+183=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62B7 is #419D48. Grayscale: #868686. Windows color (decimal): -4300105 or 12018366. OLE color: 12018366.

HSL color Cylindrical-coordinate representation of color #BE62B7: hue angle of 304.57º 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 #BE62B7 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19098183-
CMYK00.480.040.25
HSL304.57º41.44%56.47%-
HSV(B)304.57º48.42%74.51%-
XYZ34.1523.147.46-
YUV135.2154.98167.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 98 (38.67% from 255) = 20.81%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=40.34%
G=20.81%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909818300.480.040.25304.5741.4456.47
HexBE62B70304191312938
Octal2761422670604314615170
Binary10111110110001010110111011000010011001100110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62B7; }

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

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

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

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

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

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

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

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