Shades of Fuchsia #BD67AD
Tints of Fuchsia #BD67AD
RGB
CMYK
RGB Variations
Color information
#BD67AD (or 0xBD67AD) is known color: Fuchsia. HEX triplet: BD, 67 and AD. RGB value is (189,103,173). Sum of RGB (Red+Green+Blue) = 189+103+173=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67AD is #429852. Grayscale: #888888. Windows color (decimal): -4364371 or 11364285. OLE color: 11364285.
HSL color Cylindrical-coordinate representation of color #BD67AD: hue angle of 311.16º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD67AD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 173 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.26 |
| HSL | 311.16º | 0.39% | 0.57% | - |
| HSV(B) | 311.16º | 0.46% | 0.74% | - |
| XYZ | 33.38 | 23.54 | 42.32 | - |
| YUV | 136.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 173 | 0 | 0.46 | 0.08 | 0.26 | 311.16 | 0.39 | 0.57 |
| Hex | BD | 67 | AD | 0 | 2E | 8 | 1A | 137 | 27 | 39 |
| Octal | 275 | 147 | 255 | 0 | 56 | 10 | 32 | 467 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10101101 | 0 | 101110 | 1000 | 11010 | 100110111 | 100111 | 111001 |
Color Harmonies of #BD67AD
Complementary color
Monochromatic Colors of #BD67AD
Black with #BD67AD
Text Example
Text Example
White with #BD67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67AD; }
p { color: rgb(189,103,173); }
H1.HeaderClassName
{
color: #BD67AD;
}
.AnyTagClassName
{
color: #BD67AD;
}
</style>
background-color css
<style>
a { background-color: #BD67AD; }
a { background-color: rgb(189,103,173); }
div.DivClassName
{
background-color: #BD67AD;
}
.BgClassName
{
background-color: #BD67AD;
}
</style>
border-color css
<style>
span { border-color: #BD67AD; }
span { border-color: rgb(189,103,173); }
td.TdClassName
{
border-color: #BD67AD;
}
.TagClassName
{
border-color: #BD67AD;
}
</style>