Shades of Fuchsia #BD66B6
Tints of Fuchsia #BD66B6
RGB
CMYK
RGB Variations
Color information
#BD66B6 (or 0xBD66B6) is known color: Fuchsia. HEX triplet: BD, 66 and B6. RGB value is (189,102,182). Sum of RGB (Red+Green+Blue) = 189+102+182=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66B6 is #429949. Grayscale: #888888. Windows color (decimal): -4364618 or 11953853. OLE color: 11953853.
HSL color Cylindrical-coordinate representation of color #BD66B6: hue angle of 304.83º 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 #BD66B6 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 182 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.26 |
| HSL | 304.83º | 0.4% | 0.57% | - |
| HSV(B) | 304.83º | 0.46% | 0.74% | - |
| XYZ | 34.18 | 23.7 | 47.03 | - |
| YUV | 137.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 182 | 0 | 0.46 | 0.04 | 0.26 | 304.83 | 0.4 | 0.57 |
| Hex | BD | 66 | B6 | 0 | 2E | 4 | 1A | 131 | 28 | 39 |
| Octal | 275 | 146 | 266 | 0 | 56 | 4 | 32 | 461 | 50 | 71 |
| Binary | 10111101 | 1100110 | 10110110 | 0 | 101110 | 100 | 11010 | 100110001 | 101000 | 111001 |
Color Harmonies of #BD66B6
Complementary color
Monochromatic Colors of #BD66B6
Black with #BD66B6
Text Example
Text Example
White with #BD66B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66B6; }
p { color: rgb(189,102,182); }
H1.HeaderClassName
{
color: #BD66B6;
}
.AnyTagClassName
{
color: #BD66B6;
}
</style>
background-color css
<style>
a { background-color: #BD66B6; }
a { background-color: rgb(189,102,182); }
div.DivClassName
{
background-color: #BD66B6;
}
.BgClassName
{
background-color: #BD66B6;
}
</style>
border-color css
<style>
span { border-color: #BD66B6; }
span { border-color: rgb(189,102,182); }
td.TdClassName
{
border-color: #BD66B6;
}
.TagClassName
{
border-color: #BD66B6;
}
</style>