#BB62AA

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

Shades of Fuchsia #BB62AA

Tints of Fuchsia #BB62AA

Color information

#BB62AA (or 0xBB62AA) is unknown color: approx Fuchsia. HEX triplet: BB, 62 and AA. RGB value is (187,98,170). Sum of RGB (Red+Green+Blue) = 187+98+170=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB62AA is #449D55. Grayscale: #848484. Windows color (decimal): -4496726 or 11166395. OLE color: 11166395.

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

Color convert

RGB18798170-
CMYK00.480.090.27
HSL311.46º39.56%55.88%-
HSV(B)311.46º47.59%73.33%-
XYZ32.1222.240.62-
YUV132.82148.99166.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=41.10%
G=21.54%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879817000.480.090.27311.4639.5655.88
HexBB62AA03091B1372838
Octal27314225206011334675070
Binary101110111100010101010100110000100111011100110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB62AA; }

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

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

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

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

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

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

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

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