#BE62B6

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

Shades of Fuchsia #BE62B6

Tints of Fuchsia #BE62B6

Color information

#BE62B6 (or 0xBE62B6) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and B6. RGB value is (190,98,182). Sum of RGB (Red+Green+Blue) = 190+98+182=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62B6 is #419D49. Grayscale: #868686. Windows color (decimal): -4300106 or 11952830. OLE color: 11952830.

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

Color convert

RGB19098182-
CMYK00.480.040.25
HSL305.22º41.44%56.47%-
HSV(B)305.22º48.42%74.51%-
XYZ34.0523.0646.91-
YUV135.08154.48167.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 98 (38.67% from 255) = 20.85%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=40.43%
G=20.85%
B=38.72%

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
Decimal1909818200.480.040.25305.2241.4456.47
HexBE62B60304191312938
Octal2761422660604314615170
Binary10111110110001010110110011000010011001100110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62B6; }

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

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

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

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

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

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

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

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