#bb4cc1

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

Shades of Fuchsia #BB4CC1

Tints of Fuchsia #BB4CC1

Color information

#BB4CC1 (or 0xBB4CC1) is unknown color: approx Fuchsia. HEX triplet: BB, 4C and C1. RGB value is (187,76,193). Sum of RGB (Red+Green+Blue) = 187+76+193=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB4CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CC1 is #44B33E. Grayscale: #7A7A7A. Windows color (decimal): -4502335 or 12668091. OLE color: 12668091.

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

Color convert

RGB18776193-
CMYK0.030.6100.24
HSL296.92º48.55%52.75%-
HSV(B)296.92º60.62%75.69%-
XYZ32.719.5852.51-
YUV122.53167.77173.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 76 (30.08% from 255) = 16.67%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=41.01%
G=16.67%
B=42.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187761930.030.6100.24296.9248.5552.75
HexBB4CC133D0181293135
Octal2731143013750304516165
Binary1011101110011001100000111111101011000100101001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4cc1; }

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

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

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

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

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

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

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

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