#BB3CB1

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

Shades of Fuchsia #BB3CB1

Tints of Fuchsia #BB3CB1

Color information

#BB3CB1 (or 0xBB3CB1) is unknown color: approx Fuchsia. HEX triplet: BB, 3C and B1. RGB value is (187,60,177). Sum of RGB (Red+Green+Blue) = 187+60+177=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3CB1 is #44C34E. Grayscale: #6E6E6E. Windows color (decimal): -4506447 or 11615419. OLE color: 11615419.

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

Color convert

RGB18760177-
CMYK00.680.050.27
HSL304.72º51.42%48.43%-
HSV(B)304.72º67.91%73.33%-
XYZ30.0516.9743.29-
YUV111.31165.08181.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 60 (23.83% from 255) = 14.15%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=44.10%
G=14.15%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876017700.680.050.27304.7251.4248.43
HexBB3CB104451B1313330
Octal2737426101045334616360
Binary10111011111100101100010100010010111011100110001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3CB1; }

 p { color: rgb(187,60,177); }

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

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

 a { background-color: rgb(187,60,177); }

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

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

 span { border-color: rgb(187,60,177); }

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