Shades of Fuchsia #BD69B6
Tints of Fuchsia #BD69B6
RGB
CMYK
RGB Variations
Color information
#BD69B6 (or 0xBD69B6) is known color: Fuchsia. HEX triplet: BD, 69 and B6. RGB value is (189,105,182). Sum of RGB (Red+Green+Blue) = 189+105+182=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD69B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69B6 is #429649. Grayscale: #8A8A8A. Windows color (decimal): -4363850 or 11954621. OLE color: 11954621.
HSL color Cylindrical-coordinate representation of color #BD69B6: hue angle of 305º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD69B6 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 182 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.26 |
| HSL | 305º | 0.39% | 0.58% | - |
| HSV(B) | 305º | 0.44% | 0.74% | - |
| XYZ | 34.48 | 24.3 | 47.13 | - |
| YUV | 138.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 182 | 0 | 0.44 | 0.04 | 0.26 | 305 | 0.39 | 0.58 |
| Hex | BD | 69 | B6 | 0 | 2C | 4 | 1A | 131 | 27 | 3A |
| Octal | 275 | 151 | 266 | 0 | 54 | 4 | 32 | 461 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10110110 | 0 | 101100 | 100 | 11010 | 100110001 | 100111 | 111010 |
Color Harmonies of #BD69B6
Complementary color
Monochromatic Colors of #BD69B6
Black with #BD69B6
Text Example
Text Example
White with #BD69B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69B6; }
p { color: rgb(189,105,182); }
H1.HeaderClassName
{
color: #BD69B6;
}
.AnyTagClassName
{
color: #BD69B6;
}
</style>
background-color css
<style>
a { background-color: #BD69B6; }
a { background-color: rgb(189,105,182); }
div.DivClassName
{
background-color: #BD69B6;
}
.BgClassName
{
background-color: #BD69B6;
}
</style>
border-color css
<style>
span { border-color: #BD69B6; }
span { border-color: rgb(189,105,182); }
td.TdClassName
{
border-color: #BD69B6;
}
.TagClassName
{
border-color: #BD69B6;
}
</style>