Shades of Fuchsia #BD6AB2
Tints of Fuchsia #BD6AB2
RGB
CMYK
RGB Variations
Color information
#BD6AB2 (or 0xBD6AB2) is known color: Fuchsia. HEX triplet: BD, 6A and B2. RGB value is (189,106,178). Sum of RGB (Red+Green+Blue) = 189+106+178=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6AB2 is #42954D. Grayscale: #8A8A8A. Windows color (decimal): -4363598 or 11692733. OLE color: 11692733.
HSL color Cylindrical-coordinate representation of color #BD6AB2: hue angle of 307.95º 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 #BD6AB2 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 178 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.26 |
| HSL | 307.95º | 0.39% | 0.58% | - |
| HSV(B) | 307.95º | 0.44% | 0.74% | - |
| XYZ | 34.18 | 24.34 | 45.02 | - |
| YUV | 139.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 178 | 0 | 0.44 | 0.06 | 0.26 | 307.95 | 0.39 | 0.58 |
| Hex | BD | 6A | B2 | 0 | 2C | 6 | 1A | 134 | 27 | 3A |
| Octal | 275 | 152 | 262 | 0 | 54 | 6 | 32 | 464 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10110010 | 0 | 101100 | 110 | 11010 | 100110100 | 100111 | 111010 |
Color Harmonies of #BD6AB2
Complementary color
Monochromatic Colors of #BD6AB2
Black with #BD6AB2
Text Example
Text Example
White with #BD6AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AB2; }
p { color: rgb(189,106,178); }
H1.HeaderClassName
{
color: #BD6AB2;
}
.AnyTagClassName
{
color: #BD6AB2;
}
</style>
background-color css
<style>
a { background-color: #BD6AB2; }
a { background-color: rgb(189,106,178); }
div.DivClassName
{
background-color: #BD6AB2;
}
.BgClassName
{
background-color: #BD6AB2;
}
</style>
border-color css
<style>
span { border-color: #BD6AB2; }
span { border-color: rgb(189,106,178); }
td.TdClassName
{
border-color: #BD6AB2;
}
.TagClassName
{
border-color: #BD6AB2;
}
</style>