#BB45BD

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

Shades of Fuchsia #BB45BD

Tints of Fuchsia #BB45BD

Color information

#BB45BD (or 0xBB45BD) is unknown color: approx Fuchsia. HEX triplet: BB, 45 and BD. RGB value is (187,69,189). Sum of RGB (Red+Green+Blue) = 187+69+189=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45BD is #44BA42. Grayscale: #757575. Windows color (decimal): -4504131 or 12404155. OLE color: 12404155.

HSL color Cylindrical-coordinate representation of color #BB45BD: hue angle of 299º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB45BD is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18769189-
CMYK0.010.6300.26
HSL299º47.62%50.59%-
HSV(B)299º63.49%74.12%-
XYZ31.8118.550.04-
YUV117.96168.09177.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 69 (27.34% from 255) = 15.51%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=42.02%
G=15.51%
B=42.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187691890.010.6300.2629947.6250.59
HexBB45BD13F01A12b3033
Octal2731052751770324536063
Binary101110111000101101111011111111011010100101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45BD; }

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

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

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

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

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

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

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

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