#BB48B4

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

Shades of Fuchsia #BB48B4

Tints of Fuchsia #BB48B4

Color information

#BB48B4 (or 0xBB48B4) is unknown color: approx Fuchsia. HEX triplet: BB, 48 and B4. RGB value is (187,72,180). Sum of RGB (Red+Green+Blue) = 187+72+180=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB48B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48B4 is #44B74B. Grayscale: #767676. Windows color (decimal): -4503372 or 11815099. OLE color: 11815099.

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

Color convert

RGB18772180-
CMYK00.610.040.27
HSL303.65º45.82%50.78%-
HSV(B)303.65º61.5%73.33%-
XYZ31.0518.4945.11-
YUV118.7162.6176.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 72 (28.52% from 255) = 16.40%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=42.60%
G=16.40%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877218000.610.040.27303.6545.8250.78
HexBB48B403D41B1302e33
Octal2731102640754334605663
Binary10111011100100010110100011110110011011100110000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB48B4; }

 p { color: rgb(187,72,180); }

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

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

 a { background-color: rgb(187,72,180); }

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

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

 span { border-color: rgb(187,72,180); }

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