#BB5FAD

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

Shades of Fuchsia #BB5FAD

Tints of Fuchsia #BB5FAD

Color information

#BB5FAD (or 0xBB5FAD) is unknown color: approx Fuchsia. HEX triplet: BB, 5F and AD. RGB value is (187,95,173). Sum of RGB (Red+Green+Blue) = 187+95+173=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5FAD is #44A052. Grayscale: #838383. Windows color (decimal): -4497491 or 11362235. OLE color: 11362235.

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

Color convert

RGB18795173-
CMYK00.490.070.27
HSL309.13º40.35%55.29%-
HSV(B)309.13º49.2%73.33%-
XYZ32.1321.7742.04-
YUV131.4151.48167.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=41.10%
G=20.88%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879517300.490.070.27309.1340.3555.29
HexBB5FAD03171B1352837
Octal2731372550617334655067
Binary10111011101111110101101011000111111011100110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FAD; }

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

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

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

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

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

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

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

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