#BB45AE

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

Shades of Fuchsia #BB45AE

Tints of Fuchsia #BB45AE

Color information

#BB45AE (or 0xBB45AE) is unknown color: approx Fuchsia. HEX triplet: BB, 45 and AE. RGB value is (187,69,174). Sum of RGB (Red+Green+Blue) = 187+69+174=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45AE is #44BA51. Grayscale: #737373. Windows color (decimal): -4504146 or 11421115. OLE color: 11421115.

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

Color convert

RGB18769174-
CMYK00.630.070.27
HSL306.61º46.46%50.2%-
HSV(B)306.61º63.1%73.33%-
XYZ30.2617.8841.9-
YUV116.25160.59178.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=43.49%
G=16.05%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876917400.630.070.27306.6146.4650.2
HexBB45AE03F71B1332e32
Octal2731052560777334635662
Binary10111011100010110101110011111111111011100110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45AE; }

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

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

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

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

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

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

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

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