Shades of Fuchsia #BD5DB1
Tints of Fuchsia #BD5DB1
RGB
CMYK
RGB Variations
Color information
#BD5DB1 (or 0xBD5DB1) is known color: Fuchsia. HEX triplet: BD, 5D and B1. RGB value is (189,93,177). Sum of RGB (Red+Green+Blue) = 189+93+177=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5DB1 is #42A24E. Grayscale: #838383. Windows color (decimal): -4366927 or 11623869. OLE color: 11623869.
HSL color Cylindrical-coordinate representation of color #BD5DB1: hue angle of 307.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5DB1 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 177 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.26 |
| HSL | 307.5º | 0.42% | 0.55% | - |
| HSV(B) | 307.5º | 0.51% | 0.74% | - |
| XYZ | 32.84 | 21.82 | 44.08 | - |
| YUV | 131.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 177 | 0 | 0.51 | 0.06 | 0.26 | 307.5 | 0.42 | 0.55 |
| Hex | BD | 5D | B1 | 0 | 33 | 6 | 1A | 134 | 2A | 37 |
| Octal | 275 | 135 | 261 | 0 | 63 | 6 | 32 | 464 | 52 | 67 |
| Binary | 10111101 | 1011101 | 10110001 | 0 | 110011 | 110 | 11010 | 100110100 | 101010 | 110111 |
Color Harmonies of #BD5DB1
Complementary color
Monochromatic Colors of #BD5DB1
Black with #BD5DB1
Text Example
Text Example
White with #BD5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DB1; }
p { color: rgb(189,93,177); }
H1.HeaderClassName
{
color: #BD5DB1;
}
.AnyTagClassName
{
color: #BD5DB1;
}
</style>
background-color css
<style>
a { background-color: #BD5DB1; }
a { background-color: rgb(189,93,177); }
div.DivClassName
{
background-color: #BD5DB1;
}
.BgClassName
{
background-color: #BD5DB1;
}
</style>
border-color css
<style>
span { border-color: #BD5DB1; }
span { border-color: rgb(189,93,177); }
td.TdClassName
{
border-color: #BD5DB1;
}
.TagClassName
{
border-color: #BD5DB1;
}
</style>