#BE62BB

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

Shades of Fuchsia #BE62BB

Tints of Fuchsia #BE62BB

Color information

#BE62BB (or 0xBE62BB) is unknown color: approx Fuchsia. HEX triplet: BE, 62 and BB. RGB value is (190,98,187). Sum of RGB (Red+Green+Blue) = 190+98+187=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62BB is #419D44. Grayscale: #878787. Windows color (decimal): -4300101 or 12280510. OLE color: 12280510.

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

Color convert

RGB19098187-
CMYK00.480.020.25
HSL301.96º41.44%56.47%-
HSV(B)301.96º48.42%74.51%-
XYZ34.5723.2749.68-
YUV135.65156.98166.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 98 (38.67% from 255) = 20.63%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=40%
G=20.63%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909818700.480.020.25301.9641.4456.47
HexBE62BB03021912e2938
Octal2761422730602314565170
Binary1011111011000101011101101100001011001100101110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE62BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE62BB; }

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

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

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

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

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

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

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

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