#BB40BD

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

Shades of Fuchsia #BB40BD

Tints of Fuchsia #BB40BD

Color information

#BB40BD (or 0xBB40BD) is unknown color: approx Fuchsia. HEX triplet: BB, 40 and BD. RGB value is (187,64,189). Sum of RGB (Red+Green+Blue) = 187+64+189=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB40BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40BD is #44BF42. Grayscale: #727272. Windows color (decimal): -4505411 or 12402875. OLE color: 12402875.

HSL color Cylindrical-coordinate representation of color #BB40BD: hue angle of 299.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB40BD is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18764189-
CMYK0.010.6600.26
HSL299.04º49.41%49.61%-
HSV(B)299.04º66.14%74.12%-
XYZ31.5117.9149.94-
YUV115.03169.75179.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=42.5%
G=14.55%
B=42.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187641890.010.6600.26299.0449.4149.61
HexBB40BD14201A12b3132
Octal27310027511020324536162
Binary1011101110000001011110111000010011010100101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB40BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB40BD; }

 p { color: rgb(187,64,189); }

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

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

 a { background-color: rgb(187,64,189); }

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

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

 span { border-color: rgb(187,64,189); }

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