Shades of Fuchsia #BD66B8
Tints of Fuchsia #BD66B8
RGB
CMYK
RGB Variations
Color information
#BD66B8 (or 0xBD66B8) is known color: Fuchsia. HEX triplet: BD, 66 and B8. RGB value is (189,102,184). Sum of RGB (Red+Green+Blue) = 189+102+184=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66B8 is #429947. Grayscale: #898989. Windows color (decimal): -4364616 or 12084925. OLE color: 12084925.
HSL color Cylindrical-coordinate representation of color #BD66B8: hue angle of 303.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD66B8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 184 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.26 |
| HSL | 303.45º | 0.4% | 0.57% | - |
| HSV(B) | 303.45º | 0.46% | 0.74% | - |
| XYZ | 34.39 | 23.78 | 48.13 | - |
| YUV | 137.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 184 | 0 | 0.46 | 0.03 | 0.26 | 303.45 | 0.4 | 0.57 |
| Hex | BD | 66 | B8 | 0 | 2E | 3 | 1A | 12F | 28 | 39 |
| Octal | 275 | 146 | 270 | 0 | 56 | 3 | 32 | 457 | 50 | 71 |
| Binary | 10111101 | 1100110 | 10111000 | 0 | 101110 | 11 | 11010 | 100101111 | 101000 | 111001 |
Color Harmonies of #BD66B8
Complementary color
Monochromatic Colors of #BD66B8
Black with #BD66B8
Text Example
Text Example
White with #BD66B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66B8; }
p { color: rgb(189,102,184); }
H1.HeaderClassName
{
color: #BD66B8;
}
.AnyTagClassName
{
color: #BD66B8;
}
</style>
background-color css
<style>
a { background-color: #BD66B8; }
a { background-color: rgb(189,102,184); }
div.DivClassName
{
background-color: #BD66B8;
}
.BgClassName
{
background-color: #BD66B8;
}
</style>
border-color css
<style>
span { border-color: #BD66B8; }
span { border-color: rgb(189,102,184); }
td.TdClassName
{
border-color: #BD66B8;
}
.TagClassName
{
border-color: #BD66B8;
}
</style>