#BB62A9

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

Shades of Fuchsia #BB62A9

Tints of Fuchsia #BB62A9

Color information

#BB62A9 (or 0xBB62A9) is unknown color: approx Fuchsia. HEX triplet: BB, 62 and A9. RGB value is (187,98,169). Sum of RGB (Red+Green+Blue) = 187+98+169=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB62A9 is #449D56. Grayscale: #848484. Windows color (decimal): -4496727 or 11100859. OLE color: 11100859.

HSL color Cylindrical-coordinate representation of color #BB62A9: hue angle of 312.13º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB62A9 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18798169-
CMYK00.480.100.27
HSL312.13º39.56%55.88%-
HSV(B)312.13º47.59%73.33%-
XYZ32.0222.1640.13-
YUV132.7148.49166.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=41.19%
G=21.59%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879816900.480.100.27312.1339.5655.88
HexBB62A9030A1B1382838
Octal27314225106012334705070
Binary101110111100010101010010110000101011011100111000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62A9; }

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

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

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

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

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

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

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

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