#BB4CAD

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

Shades of Fuchsia #BB4CAD

Tints of Fuchsia #BB4CAD

Color information

#BB4CAD (or 0xBB4CAD) is unknown color: approx Fuchsia. HEX triplet: BB, 4C and AD. RGB value is (187,76,173). Sum of RGB (Red+Green+Blue) = 187+76+173=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4CAD is #44B352. Grayscale: #777777. Windows color (decimal): -4502355 or 11357371. OLE color: 11357371.

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

Color convert

RGB18776173-
CMYK00.590.070.27
HSL307.57º44.94%51.57%-
HSV(B)307.57º59.36%73.33%-
XYZ30.6218.7541.54-
YUV120.25157.77175.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 76 (30.08% from 255) = 17.43%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=42.89%
G=17.43%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877617300.590.070.27307.5744.9451.57
HexBB4CAD03B71B1342d34
Octal2731142550737334645564
Binary10111011100110010101101011101111111011100110100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4CAD; }

 p { color: rgb(187,76,173); }

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

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

 a { background-color: rgb(187,76,173); }

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

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

 span { border-color: rgb(187,76,173); }

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