Shades of Fuchsia #BD69C1
Tints of Fuchsia #BD69C1
RGB
CMYK
RGB Variations
Color information
#BD69C1 (or 0xBD69C1) is known color: Fuchsia. HEX triplet: BD, 69 and C1. RGB value is (189,105,193). Sum of RGB (Red+Green+Blue) = 189+105+193=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69C1 is #42963E. Grayscale: #8B8B8B. Windows color (decimal): -4363839 or 12675517. OLE color: 12675517.
HSL color Cylindrical-coordinate representation of color #BD69C1: hue angle of 297.27º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD69C1 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 105 | 193 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.24 |
| HSL | 297.27º | 0.42% | 0.58% | - |
| HSV(B) | 297.27º | 0.46% | 0.76% | - |
| XYZ | 35.66 | 24.77 | 53.35 | - |
| YUV | 140.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 193 | 0.02 | 0.46 | 0 | 0.24 | 297.27 | 0.42 | 0.58 |
| Hex | BD | 69 | C1 | 2 | 2E | 0 | 18 | 129 | 2A | 3A |
| Octal | 275 | 151 | 301 | 2 | 56 | 0 | 30 | 451 | 52 | 72 |
| Binary | 10111101 | 1101001 | 11000001 | 10 | 101110 | 0 | 11000 | 100101001 | 101010 | 111010 |
Color Harmonies of #BD69C1
Complementary color
Monochromatic Colors of #BD69C1
Black with #BD69C1
Text Example
Text Example
White with #BD69C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69C1; }
p { color: rgb(189,105,193); }
H1.HeaderClassName
{
color: #BD69C1;
}
.AnyTagClassName
{
color: #BD69C1;
}
</style>
background-color css
<style>
a { background-color: #BD69C1; }
a { background-color: rgb(189,105,193); }
div.DivClassName
{
background-color: #BD69C1;
}
.BgClassName
{
background-color: #BD69C1;
}
</style>
border-color css
<style>
span { border-color: #BD69C1; }
span { border-color: rgb(189,105,193); }
td.TdClassName
{
border-color: #BD69C1;
}
.TagClassName
{
border-color: #BD69C1;
}
</style>