#BB2CC2

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

Shades of Fuchsia #BB2CC2

Tints of Fuchsia #BB2CC2

Color information

#BB2CC2 (or 0xBB2CC2) is unknown color: approx Fuchsia. HEX triplet: BB, 2C and C2. RGB value is (187,44,194). Sum of RGB (Red+Green+Blue) = 187+44+194=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB2CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CC2 is #44D33D. Grayscale: #676767. Windows color (decimal): -4510526 or 12725435. OLE color: 12725435.

HSL color Cylindrical-coordinate representation of color #BB2CC2: hue angle of 297.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2CC2 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18744194-
CMYK0.040.7700.24
HSL297.2º63.03%46.67%-
HSV(B)297.2º77.32%76.08%-
XYZ31.1316.2652.54-
YUV103.86178.88187.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 44 (17.58% from 255) = 10.35%
BLUE value IS 194 (76.17% from 255) = 45.65%
R=44%
G=10.35%
B=45.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187441940.040.7700.24297.263.0346.67
HexBB2CC244D0181293f2f
Octal2735430241150304517757
Binary10111011101100110000101001001101011000100101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2CC2; }

 p { color: rgb(187,44,194); }

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

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

 a { background-color: rgb(187,44,194); }

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

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

 span { border-color: rgb(187,44,194); }

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