#BB5ABD

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

Shades of Fuchsia #BB5ABD

Tints of Fuchsia #BB5ABD

Color information

#BB5ABD (or 0xBB5ABD) is unknown color: approx Fuchsia. HEX triplet: BB, 5A and BD. RGB value is (187,90,189). Sum of RGB (Red+Green+Blue) = 187+90+189=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB5ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ABD is #44A542. Grayscale: #818181. Windows color (decimal): -4498755 or 12409531. OLE color: 12409531.

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

Color convert

RGB18790189-
CMYK0.010.5200.26
HSL298.79º42.86%54.71%-
HSV(B)298.79º52.38%74.12%-
XYZ33.3321.5550.55-
YUV130.29161.14168.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=40.13%
G=19.31%
B=40.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187901890.010.5200.26298.7942.8654.71
HexBB5ABD13401A12b2b37
Octal2731322751640324535367
Binary101110111011010101111011110100011010100101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5ABD; }

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

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

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

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

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

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

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

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