Shades of Fuchsia #BD65AC
Tints of Fuchsia #BD65AC
RGB
CMYK
RGB Variations
Color information
#BD65AC (or 0xBD65AC) is known color: Fuchsia. HEX triplet: BD, 65 and AC. RGB value is (189,101,172). Sum of RGB (Red+Green+Blue) = 189+101+172=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD65AC is #429A53. Grayscale: #878787. Windows color (decimal): -4364884 or 11298237. OLE color: 11298237.
HSL color Cylindrical-coordinate representation of color #BD65AC: hue angle of 311.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD65AC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 172 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.26 |
| HSL | 311.59º | 0.4% | 0.57% | - |
| HSV(B) | 311.59º | 0.47% | 0.74% | - |
| XYZ | 33.09 | 23.1 | 41.75 | - |
| YUV | 135.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 172 | 0 | 0.47 | 0.09 | 0.26 | 311.59 | 0.4 | 0.57 |
| Hex | BD | 65 | AC | 0 | 2F | 9 | 1A | 138 | 28 | 39 |
| Octal | 275 | 145 | 254 | 0 | 57 | 11 | 32 | 470 | 50 | 71 |
| Binary | 10111101 | 1100101 | 10101100 | 0 | 101111 | 1001 | 11010 | 100111000 | 101000 | 111001 |
Color Harmonies of #BD65AC
Complementary color
Monochromatic Colors of #BD65AC
Black with #BD65AC
Text Example
Text Example
White with #BD65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65AC; }
p { color: rgb(189,101,172); }
H1.HeaderClassName
{
color: #BD65AC;
}
.AnyTagClassName
{
color: #BD65AC;
}
</style>
background-color css
<style>
a { background-color: #BD65AC; }
a { background-color: rgb(189,101,172); }
div.DivClassName
{
background-color: #BD65AC;
}
.BgClassName
{
background-color: #BD65AC;
}
</style>
border-color css
<style>
span { border-color: #BD65AC; }
span { border-color: rgb(189,101,172); }
td.TdClassName
{
border-color: #BD65AC;
}
.TagClassName
{
border-color: #BD65AC;
}
</style>