Shades of Fuchsia #BD5DB2
Tints of Fuchsia #BD5DB2
RGB
CMYK
RGB Variations
Color information
#BD5DB2 (or 0xBD5DB2) is known color: Fuchsia. HEX triplet: BD, 5D and B2. RGB value is (189,93,178). Sum of RGB (Red+Green+Blue) = 189+93+178=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5DB2 is #42A24D. Grayscale: #838383. Windows color (decimal): -4366926 or 11689405. OLE color: 11689405.
HSL color Cylindrical-coordinate representation of color #BD5DB2: hue angle of 306.88º 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 #BD5DB2 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 178 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.26 |
| HSL | 306.88º | 0.42% | 0.55% | - |
| HSV(B) | 306.88º | 0.51% | 0.74% | - |
| XYZ | 32.94 | 21.86 | 44.6 | - |
| YUV | 131.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 178 | 0 | 0.51 | 0.06 | 0.26 | 306.88 | 0.42 | 0.55 |
| Hex | BD | 5D | B2 | 0 | 33 | 6 | 1A | 133 | 2A | 37 |
| Octal | 275 | 135 | 262 | 0 | 63 | 6 | 32 | 463 | 52 | 67 |
| Binary | 10111101 | 1011101 | 10110010 | 0 | 110011 | 110 | 11010 | 100110011 | 101010 | 110111 |
Color Harmonies of #BD5DB2
Complementary color
Monochromatic Colors of #BD5DB2
Black with #BD5DB2
Text Example
Text Example
White with #BD5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5DB2; }
p { color: rgb(189,93,178); }
H1.HeaderClassName
{
color: #BD5DB2;
}
.AnyTagClassName
{
color: #BD5DB2;
}
</style>
background-color css
<style>
a { background-color: #BD5DB2; }
a { background-color: rgb(189,93,178); }
div.DivClassName
{
background-color: #BD5DB2;
}
.BgClassName
{
background-color: #BD5DB2;
}
</style>
border-color css
<style>
span { border-color: #BD5DB2; }
span { border-color: rgb(189,93,178); }
td.TdClassName
{
border-color: #BD5DB2;
}
.TagClassName
{
border-color: #BD5DB2;
}
</style>