#BB3AC0

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

Shades of Fuchsia #BB3AC0

Tints of Fuchsia #BB3AC0

Color information

#BB3AC0 (or 0xBB3AC0) is unknown color: approx Fuchsia. HEX triplet: BB, 3A and C0. RGB value is (187,58,192). Sum of RGB (Red+Green+Blue) = 187+58+192=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB3AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3AC0 is #44C53F. Grayscale: #6F6F6F. Windows color (decimal): -4506944 or 12597947. OLE color: 12597947.

HSL color Cylindrical-coordinate representation of color #BB3AC0: hue angle of 297.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3AC0 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18758192-
CMYK0.030.7000.25
HSL297.76º53.6%49.02%-
HSV(B)297.76º69.79%75.29%-
XYZ31.5217.451.57-
YUV111.85173.24181.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 58 (23.05% from 255) = 13.27%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=42.79%
G=13.27%
B=43.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187581920.030.7000.25297.7653.649.02
HexBB3AC034601912a3631
Octal2737230031060314526661
Binary1011101111101011000000111000110011001100101010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3AC0; }

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

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

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

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

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

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

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

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