#BB50A7

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

Shades of Fuchsia #BB50A7

Tints of Fuchsia #BB50A7

Color information

#BB50A7 (or 0xBB50A7) is unknown color: approx Fuchsia. HEX triplet: BB, 50 and A7. RGB value is (187,80,167). Sum of RGB (Red+Green+Blue) = 187+80+167=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB50A7 is #44AF58. Grayscale: #797979. Windows color (decimal): -4501337 or 10965179. OLE color: 10965179.

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

Color convert

RGB18780167-
CMYK00.570.110.27
HSL311.21º44.03%52.35%-
HSV(B)311.21º57.22%73.33%-
XYZ30.3419.0938.65-
YUV121.91153.45174.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=43.09%
G=18.43%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878016700.570.110.27311.2144.0352.35
HexBB50A7039B1B1372c34
Octal27312024707113334675464
Binary101110111010000101001110111001101111011100110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB50A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB50A7; }

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

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

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

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

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

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

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

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