Shades of Fuchsia #BD67A8
Tints of Fuchsia #BD67A8
RGB
CMYK
RGB Variations
Color information
#BD67A8 (or 0xBD67A8) is known color: Fuchsia. HEX triplet: BD, 67 and A8. RGB value is (189,103,168). Sum of RGB (Red+Green+Blue) = 189+103+168=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67A8 is #429857. Grayscale: #878787. Windows color (decimal): -4364376 or 11036605. OLE color: 11036605.
HSL color Cylindrical-coordinate representation of color #BD67A8: hue angle of 314.65º 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 #BD67A8 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 168 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.26 |
| HSL | 314.65º | 0.39% | 0.57% | - |
| HSV(B) | 314.65º | 0.46% | 0.74% | - |
| XYZ | 32.9 | 23.35 | 39.82 | - |
| YUV | 136.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 168 | 0 | 0.46 | 0.11 | 0.26 | 314.65 | 0.39 | 0.57 |
| Hex | BD | 67 | A8 | 0 | 2E | B | 1A | 13B | 27 | 39 |
| Octal | 275 | 147 | 250 | 0 | 56 | 13 | 32 | 473 | 47 | 71 |
| Binary | 10111101 | 1100111 | 10101000 | 0 | 101110 | 1011 | 11010 | 100111011 | 100111 | 111001 |
Color Harmonies of #BD67A8
Complementary color
Monochromatic Colors of #BD67A8
Black with #BD67A8
Text Example
Text Example
White with #BD67A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67A8; }
p { color: rgb(189,103,168); }
H1.HeaderClassName
{
color: #BD67A8;
}
.AnyTagClassName
{
color: #BD67A8;
}
</style>
background-color css
<style>
a { background-color: #BD67A8; }
a { background-color: rgb(189,103,168); }
div.DivClassName
{
background-color: #BD67A8;
}
.BgClassName
{
background-color: #BD67A8;
}
</style>
border-color css
<style>
span { border-color: #BD67A8; }
span { border-color: rgb(189,103,168); }
td.TdClassName
{
border-color: #BD67A8;
}
.TagClassName
{
border-color: #BD67A8;
}
</style>