Shades of Fuchsia #BD6AB3
Tints of Fuchsia #BD6AB3
RGB
CMYK
RGB Variations
Color information
#BD6AB3 (or 0xBD6AB3) is known color: Fuchsia. HEX triplet: BD, 6A and B3. RGB value is (189,106,179). Sum of RGB (Red+Green+Blue) = 189+106+179=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6AB3 is #42954C. Grayscale: #8A8A8A. Windows color (decimal): -4363597 or 11758269. OLE color: 11758269.
HSL color Cylindrical-coordinate representation of color #BD6AB3: hue angle of 307.23º 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 #BD6AB3 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 179 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.26 |
| HSL | 307.23º | 0.39% | 0.58% | - |
| HSV(B) | 307.23º | 0.44% | 0.74% | - |
| XYZ | 34.28 | 24.38 | 45.55 | - |
| YUV | 139.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 179 | 0 | 0.44 | 0.05 | 0.26 | 307.23 | 0.39 | 0.58 |
| Hex | BD | 6A | B3 | 0 | 2C | 5 | 1A | 133 | 27 | 3A |
| Octal | 275 | 152 | 263 | 0 | 54 | 5 | 32 | 463 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10110011 | 0 | 101100 | 101 | 11010 | 100110011 | 100111 | 111010 |
Color Harmonies of #BD6AB3
Complementary color
Monochromatic Colors of #BD6AB3
Black with #BD6AB3
Text Example
Text Example
White with #BD6AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AB3; }
p { color: rgb(189,106,179); }
H1.HeaderClassName
{
color: #BD6AB3;
}
.AnyTagClassName
{
color: #BD6AB3;
}
</style>
background-color css
<style>
a { background-color: #BD6AB3; }
a { background-color: rgb(189,106,179); }
div.DivClassName
{
background-color: #BD6AB3;
}
.BgClassName
{
background-color: #BD6AB3;
}
</style>
border-color css
<style>
span { border-color: #BD6AB3; }
span { border-color: rgb(189,106,179); }
td.TdClassName
{
border-color: #BD6AB3;
}
.TagClassName
{
border-color: #BD6AB3;
}
</style>