#BB4DC1

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

Shades of Fuchsia #BB4DC1

Tints of Fuchsia #BB4DC1

Color information

#BB4DC1 (or 0xBB4DC1) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and C1. RGB value is (187,77,193). Sum of RGB (Red+Green+Blue) = 187+77+193=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DC1 is #44B23E. Grayscale: #7A7A7A. Windows color (decimal): -4502079 or 12668347. OLE color: 12668347.

HSL color Cylindrical-coordinate representation of color #BB4DC1: hue angle of 296.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4DC1 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18777193-
CMYK0.030.6000.24
HSL296.9º48.33%52.94%-
HSV(B)296.9º60.1%75.69%-
XYZ32.7719.7252.53-
YUV123.11167.44173.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=40.92%
G=16.85%
B=42.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187771930.030.6000.24296.948.3352.94
HexBB4DC133C0181293035
Octal2731153013740304516065
Binary1011101110011011100000111111100011000100101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DC1; }

 p { color: rgb(187,77,193); }

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

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

 a { background-color: rgb(187,77,193); }

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

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

 span { border-color: rgb(187,77,193); }

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