#BB2AC3

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

Shades of Fuchsia #BB2AC3

Tints of Fuchsia #BB2AC3

Color information

#BB2AC3 (or 0xBB2AC3) is unknown color: approx Fuchsia. HEX triplet: BB, 2A and C3. RGB value is (187,42,195). Sum of RGB (Red+Green+Blue) = 187+42+195=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 195 (76.56% from 255 or 45.99% from 424); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB2AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2AC3 is #44D53C. Grayscale: #666666. Windows color (decimal): -4511037 or 12790459. OLE color: 12790459.

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

Color convert

RGB18742195-
CMYK0.040.7800.24
HSL296.86º64.56%46.47%-
HSV(B)296.86º78.46%76.47%-
XYZ31.1716.1653.11-
YUV102.8180.04188.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 42 (16.80% from 255) = 9.91%
BLUE value IS 195 (76.56% from 255) = 45.99%
R=44.10%
G=9.91%
B=45.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187421950.040.7800.24296.8664.5646.47
HexBB2AC344E018129412e
Octal27352303411603045110156
Binary101110111010101100001110010011100110001001010011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2AC3; }

 p { color: rgb(187,42,195); }

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

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

 a { background-color: rgb(187,42,195); }

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

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

 span { border-color: rgb(187,42,195); }

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