#bb57b3

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

Shades of Fuchsia #BB57B3

Tints of Fuchsia #BB57B3

Color information

#BB57B3 (or 0xBB57B3) is unknown color: approx Fuchsia. HEX triplet: BB, 57 and B3. RGB value is (187,87,179). Sum of RGB (Red+Green+Blue) = 187+87+179=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB57B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57B3 is #44A84C. Grayscale: #7F7F7F. Windows color (decimal): -4499533 or 11753403. OLE color: 11753403.

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

Color convert

RGB18787179-
CMYK00.530.040.27
HSL304.8º42.37%53.73%-
HSV(B)304.8º53.48%73.33%-
XYZ32.0420.6444.94-
YUV127.39157.13170.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 179 (70.31% from 255) = 39.51%
R=41.28%
G=19.21%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878717900.530.040.27304.842.3753.73
HexBB57B303541B1312a36
Octal2731272630654334615266
Binary10111011101011110110011011010110011011100110001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb57b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb57b3; }

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

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

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

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

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

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

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

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