#BB45A7

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

Shades of Fuchsia #BB45A7

Tints of Fuchsia #BB45A7

Color information

#BB45A7 (or 0xBB45A7) is unknown color: approx Fuchsia. HEX triplet: BB, 45 and A7. RGB value is (187,69,167). Sum of RGB (Red+Green+Blue) = 187+69+167=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45A7 is #44BA58. Grayscale: #737373. Windows color (decimal): -4504153 or 10962363. OLE color: 10962363.

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

Color convert

RGB18769167-
CMYK00.630.110.27
HSL310.17º46.46%50.2%-
HSV(B)310.17º63.1%73.33%-
XYZ29.617.6138.4-
YUV115.45157.09179.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 167 (65.62% from 255) = 39.48%
R=44.21%
G=16.31%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876916700.630.110.27310.1746.4650.2
HexBB45A703FB1B1362e32
Octal27310524707713334665662
Binary101110111000101101001110111111101111011100110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45A7; }

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

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

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

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

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

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

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

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