#BB52A7

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

Shades of Fuchsia #BB52A7

Tints of Fuchsia #BB52A7

Color information

#BB52A7 (or 0xBB52A7) is unknown color: approx Fuchsia. HEX triplet: BB, 52 and A7. RGB value is (187,82,167). Sum of RGB (Red+Green+Blue) = 187+82+167=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB52A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB52A7 is #44AD58. Grayscale: #7A7A7A. Windows color (decimal): -4500825 or 10965691. OLE color: 10965691.

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

Color convert

RGB18782167-
CMYK00.560.110.27
HSL311.43º43.57%52.75%-
HSV(B)311.43º56.15%73.33%-
XYZ30.4919.3938.69-
YUV123.08152.79173.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 167 (65.62% from 255) = 38.30%
R=42.89%
G=18.81%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878216700.560.110.27311.4343.5752.75
HexBB52A7038B1B1372c35
Octal27312224707013334675465
Binary101110111010010101001110111000101111011100110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB52A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB52A7; }

 p { color: rgb(187,82,167); }

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

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

 a { background-color: rgb(187,82,167); }

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

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

 span { border-color: rgb(187,82,167); }

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