Shades of Fuchsia #BD5DB3
Tints of Fuchsia #BD5DB3
RGB
CMYK
RGB Variations
Color information
#BD5DB3 (or 0xBD5DB3) is known color: Fuchsia. HEX triplet: BD, 5D and B3. RGB value is (189,93,179). Sum of RGB (Red+Green+Blue) = 189+93+179=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DB3 is #42A24C. Grayscale: #838383. Windows color (decimal): -4366925 or 11754941. OLE color: 11754941.
HSL color Cylindrical-coordinate representation of color #BD5DB3: hue angle of 306.25º 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 #BD5DB3 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 179 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.26 |
| HSL | 306.25º | 0.42% | 0.55% | - |
| HSV(B) | 306.25º | 0.51% | 0.74% | - |
| XYZ | 33.04 | 21.9 | 45.13 | - |
| YUV | 131.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 179 | 0 | 0.51 | 0.05 | 0.26 | 306.25 | 0.42 | 0.55 |
| Hex | BD | 5D | B3 | 0 | 33 | 5 | 1A | 132 | 2A | 37 |
| Octal | 275 | 135 | 263 | 0 | 63 | 5 | 32 | 462 | 52 | 67 |
| Binary | 10111101 | 1011101 | 10110011 | 0 | 110011 | 101 | 11010 | 100110010 | 101010 | 110111 |
Color Harmonies of #BD5DB3
Complementary color
Monochromatic Colors of #BD5DB3
Black with #BD5DB3
Text Example
Text Example
White with #BD5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DB3; }
p { color: rgb(189,93,179); }
H1.HeaderClassName
{
color: #BD5DB3;
}
.AnyTagClassName
{
color: #BD5DB3;
}
</style>
background-color css
<style>
a { background-color: #BD5DB3; }
a { background-color: rgb(189,93,179); }
div.DivClassName
{
background-color: #BD5DB3;
}
.BgClassName
{
background-color: #BD5DB3;
}
</style>
border-color css
<style>
span { border-color: #BD5DB3; }
span { border-color: rgb(189,93,179); }
td.TdClassName
{
border-color: #BD5DB3;
}
.TagClassName
{
border-color: #BD5DB3;
}
</style>