#BB5BB3

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

Shades of Fuchsia #BB5BB3

Tints of Fuchsia #BB5BB3

Color information

#BB5BB3 (or 0xBB5BB3) is unknown color: approx Fuchsia. HEX triplet: BB, 5B and B3. RGB value is (187,91,179). Sum of RGB (Red+Green+Blue) = 187+91+179=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BB3 is #44A44C. Grayscale: #818181. Windows color (decimal): -4498509 or 11754427. OLE color: 11754427.

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

Color convert

RGB18791179-
CMYK00.510.040.27
HSL305º41.38%54.51%-
HSV(B)305º51.34%73.33%-
XYZ32.3721.345.05-
YUV129.74155.8168.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 91 (35.94% from 255) = 19.91%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=40.92%
G=19.91%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879117900.510.040.2730541.3854.51
HexBB5BB303341B1312937
Octal2731332630634334615167
Binary10111011101101110110011011001110011011100110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5BB3; }

 p { color: rgb(187,91,179); }

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

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

 a { background-color: rgb(187,91,179); }

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

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

 span { border-color: rgb(187,91,179); }

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