Shades of Fuchsia #BD64BD
Tints of Fuchsia #BD64BD
RGB
CMYK
RGB Variations
Color information
#BD64BD (or 0xBD64BD) is known color: Fuchsia. HEX triplet: BD, 64 and BD. RGB value is (189,100,189). Sum of RGB (Red+Green+Blue) = 189+100+189=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD64BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64BD is #429B42. Grayscale: #888888. Windows color (decimal): -4365123 or 12412093. OLE color: 12412093.
HSL color Cylindrical-coordinate representation of color #BD64BD: hue angle of 300º 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 #BD64BD is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 189 | - |
| CMYK | 0 | 0.47 | 0 | 0.26 |
| HSL | 300º | 0.4% | 0.57% | - |
| HSV(B) | 300º | 0.47% | 0.74% | - |
| XYZ | 34.73 | 23.61 | 50.87 | - |
| YUV | 136.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 189 | 0 | 0.47 | 0 | 0.26 | 300 | 0.4 | 0.57 |
| Hex | BD | 64 | BD | 0 | 2F | 0 | 1A | 12C | 28 | 39 |
| Octal | 275 | 144 | 275 | 0 | 57 | 0 | 32 | 454 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10111101 | 0 | 101111 | 0 | 11010 | 100101100 | 101000 | 111001 |
Color Harmonies of #BD64BD
Complementary color
Monochromatic Colors of #BD64BD
Black with #BD64BD
Text Example
Text Example
White with #BD64BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64BD; }
p { color: rgb(189,100,189); }
H1.HeaderClassName
{
color: #BD64BD;
}
.AnyTagClassName
{
color: #BD64BD;
}
</style>
background-color css
<style>
a { background-color: #BD64BD; }
a { background-color: rgb(189,100,189); }
div.DivClassName
{
background-color: #BD64BD;
}
.BgClassName
{
background-color: #BD64BD;
}
</style>
border-color css
<style>
span { border-color: #BD64BD; }
span { border-color: rgb(189,100,189); }
td.TdClassName
{
border-color: #BD64BD;
}
.TagClassName
{
border-color: #BD64BD;
}
</style>