Shades of Fuchsia #BD69C7
Tints of Fuchsia #BD69C7
RGB
CMYK
RGB Variations
Color information
#BD69C7 (or 0xBD69C7) is known color: Fuchsia. HEX triplet: BD, 69 and C7. RGB value is (189,105,199). Sum of RGB (Red+Green+Blue) = 189+105+199=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD69C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69C7 is #429638. Grayscale: #8C8C8C. Windows color (decimal): -4363833 or 13068733. OLE color: 13068733.
HSL color Cylindrical-coordinate representation of color #BD69C7: hue angle of 293.62º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD69C7 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 105 | 199 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.22 |
| HSL | 293.62º | 0.46% | 0.6% | - |
| HSV(B) | 293.62º | 0.47% | 0.78% | - |
| XYZ | 36.35 | 25.05 | 56.95 | - |
| YUV | 140.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 199 | 0.05 | 0.47 | 0 | 0.22 | 293.62 | 0.46 | 0.6 |
| Hex | BD | 69 | C7 | 5 | 2F | 0 | 16 | 126 | 2E | 3C |
| Octal | 275 | 151 | 307 | 5 | 57 | 0 | 26 | 446 | 56 | 74 |
| Binary | 10111101 | 1101001 | 11000111 | 101 | 101111 | 0 | 10110 | 100100110 | 101110 | 111100 |
Color Harmonies of #BD69C7
Complementary color
Monochromatic Colors of #BD69C7
Black with #BD69C7
Text Example
Text Example
White with #BD69C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69C7; }
p { color: rgb(189,105,199); }
H1.HeaderClassName
{
color: #BD69C7;
}
.AnyTagClassName
{
color: #BD69C7;
}
</style>
background-color css
<style>
a { background-color: #BD69C7; }
a { background-color: rgb(189,105,199); }
div.DivClassName
{
background-color: #BD69C7;
}
.BgClassName
{
background-color: #BD69C7;
}
</style>
border-color css
<style>
span { border-color: #BD69C7; }
span { border-color: rgb(189,105,199); }
td.TdClassName
{
border-color: #BD69C7;
}
.TagClassName
{
border-color: #BD69C7;
}
</style>