Shades of Fuchsia #BD67A9
Tints of Fuchsia #BD67A9
RGB
CMYK
RGB Variations
Color information
#BD67A9 (or 0xBD67A9) is known color: Fuchsia. HEX triplet: BD, 67 and A9. RGB value is (189,103,169). Sum of RGB (Red+Green+Blue) = 189+103+169=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67A9 is #429856. Grayscale: #888888. Windows color (decimal): -4364375 or 11102141. OLE color: 11102141.
HSL color Cylindrical-coordinate representation of color #BD67A9: hue angle of 313.95º 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 #BD67A9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 169 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.26 |
| HSL | 313.95º | 0.39% | 0.57% | - |
| HSV(B) | 313.95º | 0.46% | 0.74% | - |
| XYZ | 33 | 23.38 | 40.31 | - |
| YUV | 136.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 169 | 0 | 0.46 | 0.11 | 0.26 | 313.95 | 0.39 | 0.57 |
| Hex | BD | 67 | A9 | 0 | 2E | B | 1A | 13A | 27 | 39 |
| Octal | 275 | 147 | 251 | 0 | 56 | 13 | 32 | 472 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10101001 | 0 | 101110 | 1011 | 11010 | 100111010 | 100111 | 111001 |
Color Harmonies of #BD67A9
Complementary color
Monochromatic Colors of #BD67A9
Black with #BD67A9
Text Example
Text Example
White with #BD67A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67A9; }
p { color: rgb(189,103,169); }
H1.HeaderClassName
{
color: #BD67A9;
}
.AnyTagClassName
{
color: #BD67A9;
}
</style>
background-color css
<style>
a { background-color: #BD67A9; }
a { background-color: rgb(189,103,169); }
div.DivClassName
{
background-color: #BD67A9;
}
.BgClassName
{
background-color: #BD67A9;
}
</style>
border-color css
<style>
span { border-color: #BD67A9; }
span { border-color: rgb(189,103,169); }
td.TdClassName
{
border-color: #BD67A9;
}
.TagClassName
{
border-color: #BD67A9;
}
</style>