Shades of Fuchsia #BD40B6
Tints of Fuchsia #BD40B6
RGB
CMYK
RGB Variations
Color information
#BD40B6 (or 0xBD40B6) is known color: Fuchsia. HEX triplet: BD, 40 and B6. RGB value is (189,64,182). Sum of RGB (Red+Green+Blue) = 189+64+182=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40B6 is #42BF49. Grayscale: #727272. Windows color (decimal): -4374346 or 11944125. OLE color: 11944125.
HSL color Cylindrical-coordinate representation of color #BD40B6: hue angle of 303.36º 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 #BD40B6 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 182 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.26 |
| HSL | 303.36º | 0.49% | 0.5% | - |
| HSV(B) | 303.36º | 0.66% | 0.74% | - |
| XYZ | 31.26 | 17.86 | 46.06 | - |
| YUV | 114.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 182 | 0 | 0.66 | 0.04 | 0.26 | 303.36 | 0.49 | 0.5 |
| Hex | BD | 40 | B6 | 0 | 42 | 4 | 1A | 12F | 31 | 32 |
| Octal | 275 | 100 | 266 | 0 | 102 | 4 | 32 | 457 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10110110 | 0 | 1000010 | 100 | 11010 | 100101111 | 110001 | 110010 |
Color Harmonies of #BD40B6
Complementary color
Monochromatic Colors of #BD40B6
Black with #BD40B6
Text Example
Text Example
White with #BD40B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40B6; }
p { color: rgb(189,64,182); }
H1.HeaderClassName
{
color: #BD40B6;
}
.AnyTagClassName
{
color: #BD40B6;
}
</style>
background-color css
<style>
a { background-color: #BD40B6; }
a { background-color: rgb(189,64,182); }
div.DivClassName
{
background-color: #BD40B6;
}
.BgClassName
{
background-color: #BD40B6;
}
</style>
border-color css
<style>
span { border-color: #BD40B6; }
span { border-color: rgb(189,64,182); }
td.TdClassName
{
border-color: #BD40B6;
}
.TagClassName
{
border-color: #BD40B6;
}
</style>