Shades of Fuchsia #BD5DBB
Tints of Fuchsia #BD5DBB
RGB
CMYK
RGB Variations
Color information
#BD5DBB (or 0xBD5DBB) is known color: Fuchsia. HEX triplet: BD, 5D and BB. RGB value is (189,93,187). Sum of RGB (Red+Green+Blue) = 189+93+187=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DBB is #42A244. Grayscale: #848484. Windows color (decimal): -4366917 or 12279229. OLE color: 12279229.
HSL color Cylindrical-coordinate representation of color #BD5DBB: hue angle of 301.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 #BD5DBB is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 187 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.26 |
| HSL | 301.25º | 0.42% | 0.55% | - |
| HSV(B) | 301.25º | 0.51% | 0.74% | - |
| XYZ | 33.87 | 22.24 | 49.52 | - |
| YUV | 132.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 187 | 0 | 0.51 | 0.01 | 0.26 | 301.25 | 0.42 | 0.55 |
| Hex | BD | 5D | BB | 0 | 33 | 1 | 1A | 12D | 2A | 37 |
| Octal | 275 | 135 | 273 | 0 | 63 | 1 | 32 | 455 | 52 | 67 |
| Binary | 10111101 | 1011101 | 10111011 | 0 | 110011 | 1 | 11010 | 100101101 | 101010 | 110111 |
Color Harmonies of #BD5DBB
Complementary color
Monochromatic Colors of #BD5DBB
Black with #BD5DBB
Text Example
Text Example
White with #BD5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DBB; }
p { color: rgb(189,93,187); }
H1.HeaderClassName
{
color: #BD5DBB;
}
.AnyTagClassName
{
color: #BD5DBB;
}
</style>
background-color css
<style>
a { background-color: #BD5DBB; }
a { background-color: rgb(189,93,187); }
div.DivClassName
{
background-color: #BD5DBB;
}
.BgClassName
{
background-color: #BD5DBB;
}
</style>
border-color css
<style>
span { border-color: #BD5DBB; }
span { border-color: rgb(189,93,187); }
td.TdClassName
{
border-color: #BD5DBB;
}
.TagClassName
{
border-color: #BD5DBB;
}
</style>