#BB43B6

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

Shades of Fuchsia #BB43B6

Tints of Fuchsia #BB43B6

Color information

#BB43B6 (or 0xBB43B6) is unknown color: approx Fuchsia. HEX triplet: BB, 43 and B6. RGB value is (187,67,182). Sum of RGB (Red+Green+Blue) = 187+67+182=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43B6 is #44BC49. Grayscale: #737373. Windows color (decimal): -4504650 or 11944891. OLE color: 11944891.

HSL color Cylindrical-coordinate representation of color #BB43B6: hue angle of 302.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 #BB43B6 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18767182-
CMYK00.640.030.27
HSL302.5º47.24%49.8%-
HSV(B)302.5º64.17%73.33%-
XYZ30.9417.9646.09-
YUV115.99165.26178.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 67 (26.56% from 255) = 15.37%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=42.89%
G=15.37%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876718200.640.030.27302.547.2449.8
HexBB43B604031B12e2f32
Octal27310326601003334565762
Binary10111011100001110110110010000001111011100101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB43B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB43B6; }

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

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

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

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

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

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

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

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