#bb43b2

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

Shades of Fuchsia #BB43B2

Tints of Fuchsia #BB43B2

Color information

#BB43B2 (or 0xBB43B2) is unknown color: approx Fuchsia. HEX triplet: BB, 43 and B2. RGB value is (187,67,178). Sum of RGB (Red+Green+Blue) = 187+67+178=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43B2 is #44BC4D. Grayscale: #737373. Windows color (decimal): -4504654 or 11682747. OLE color: 11682747.

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

Color convert

RGB18767178-
CMYK00.640.050.27
HSL304.5º47.24%49.8%-
HSV(B)304.5º64.17%73.33%-
XYZ30.5417.7943.94-
YUV115.53163.26178.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 67 (26.56% from 255) = 15.51%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=43.29%
G=15.51%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876717800.640.050.27304.547.2449.8
HexBB43B204051B1302f32
Octal27310326201005334605762
Binary101110111000011101100100100000010111011100110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb43b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb43b2; }

 p { color: rgb(187,67,178); }

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

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

 a { background-color: rgb(187,67,178); }

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

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

 span { border-color: rgb(187,67,178); }

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