#BB45BC

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

Shades of Fuchsia #BB45BC

Tints of Fuchsia #BB45BC

Color information

#BB45BC (or 0xBB45BC) is unknown color: approx Fuchsia. HEX triplet: BB, 45 and BC. RGB value is (187,69,188). Sum of RGB (Red+Green+Blue) = 187+69+188=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB45BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45BC is #44BA43. Grayscale: #757575. Windows color (decimal): -4504132 or 12338619. OLE color: 12338619.

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

Color convert

RGB18769188-
CMYK0.010.6300.26
HSL299.5º47.04%50.39%-
HSV(B)299.5º63.3%73.73%-
XYZ31.718.4549.47-
YUV117.85167.59177.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=42.12%
G=15.54%
B=42.34%

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
Decimal187691880.010.6300.26299.547.0450.39
HexBB45BC13F01A12b2f32
Octal2731052741770324535762
Binary101110111000101101111001111111011010100101011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45BC; }

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

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

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

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

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

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

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

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