Shades of Fuchsia #BD40BB
Tints of Fuchsia #BD40BB
RGB
CMYK
RGB Variations
Color information
#BD40BB (or 0xBD40BB) is known color: Fuchsia. HEX triplet: BD, 40 and BB. RGB value is (189,64,187). Sum of RGB (Red+Green+Blue) = 189+64+187=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40BB is #42BF44. Grayscale: #737373. Windows color (decimal): -4374341 or 12271805. OLE color: 12271805.
HSL color Cylindrical-coordinate representation of color #BD40BB: hue angle of 300.96º 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 #BD40BB is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 187 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.26 |
| HSL | 300.96º | 0.49% | 0.5% | - |
| HSV(B) | 300.96º | 0.66% | 0.74% | - |
| XYZ | 31.79 | 18.07 | 48.83 | - |
| YUV | 115.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 187 | 0 | 0.66 | 0.01 | 0.26 | 300.96 | 0.49 | 0.5 |
| Hex | BD | 40 | BB | 0 | 42 | 1 | 1A | 12D | 31 | 32 |
| Octal | 275 | 100 | 273 | 0 | 102 | 1 | 32 | 455 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10111011 | 0 | 1000010 | 1 | 11010 | 100101101 | 110001 | 110010 |
Color Harmonies of #BD40BB
Complementary color
Monochromatic Colors of #BD40BB
Black with #BD40BB
Text Example
Text Example
White with #BD40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40BB; }
p { color: rgb(189,64,187); }
H1.HeaderClassName
{
color: #BD40BB;
}
.AnyTagClassName
{
color: #BD40BB;
}
</style>
background-color css
<style>
a { background-color: #BD40BB; }
a { background-color: rgb(189,64,187); }
div.DivClassName
{
background-color: #BD40BB;
}
.BgClassName
{
background-color: #BD40BB;
}
</style>
border-color css
<style>
span { border-color: #BD40BB; }
span { border-color: rgb(189,64,187); }
td.TdClassName
{
border-color: #BD40BB;
}
.TagClassName
{
border-color: #BD40BB;
}
</style>