#bb4cc0

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

Shades of Fuchsia #BB4CC0

Tints of Fuchsia #BB4CC0

Color information

#BB4CC0 (or 0xBB4CC0) is unknown color: approx Fuchsia. HEX triplet: BB, 4C and C0. RGB value is (187,76,192). Sum of RGB (Red+Green+Blue) = 187+76+192=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CC0 is #44B33F. Grayscale: #7A7A7A. Windows color (decimal): -4502336 or 12602555. OLE color: 12602555.

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

Color convert

RGB18776192-
CMYK0.030.6000.25
HSL297.41º47.93%52.55%-
HSV(B)297.41º60.42%75.29%-
XYZ32.5919.5451.92-
YUV122.41167.27174.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 192 (75.39% from 255) = 42.20%
R=41.10%
G=16.70%
B=42.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187761920.030.6000.25297.4147.9352.55
HexBB4CC033C0191293035
Octal2731143003740314516065
Binary1011101110011001100000011111100011001100101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4cc0; }

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

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

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

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

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

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

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

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