Shades of Fuchsia #BD34CA
Tints of Fuchsia #BD34CA
RGB
CMYK
RGB Variations
Color information
#BD34CA (or 0xBD34CA) is known color: Fuchsia. HEX triplet: BD, 34 and CA. RGB value is (189,52,202). Sum of RGB (Red+Green+Blue) = 189+52+202=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD34CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34CA is #42CB35. Grayscale: #6D6D6D. Windows color (decimal): -4377398 or 13251773. OLE color: 13251773.
HSL color Cylindrical-coordinate representation of color #BD34CA: hue angle of 294.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD34CA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 52 | 202 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.21 |
| HSL | 294.8º | 0.59% | 0.5% | - |
| HSV(B) | 294.8º | 0.74% | 0.79% | - |
| XYZ | 32.87 | 17.54 | 57.53 | - |
| YUV | 110.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 202 | 0.06 | 0.74 | 0 | 0.21 | 294.8 | 0.59 | 0.5 |
| Hex | BD | 34 | CA | 6 | 4A | 0 | 15 | 127 | 3B | 32 |
| Octal | 275 | 64 | 312 | 6 | 112 | 0 | 25 | 447 | 73 | 62 |
| Binary | 10111101 | 110100 | 11001010 | 110 | 1001010 | 0 | 10101 | 100100111 | 111011 | 110010 |
Color Harmonies of #BD34CA
Complementary color
Monochromatic Colors of #BD34CA
Black with #BD34CA
Text Example
Text Example
White with #BD34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD34CA; }
p { color: rgb(189,52,202); }
H1.HeaderClassName
{
color: #BD34CA;
}
.AnyTagClassName
{
color: #BD34CA;
}
</style>
background-color css
<style>
a { background-color: #BD34CA; }
a { background-color: rgb(189,52,202); }
div.DivClassName
{
background-color: #BD34CA;
}
.BgClassName
{
background-color: #BD34CA;
}
</style>
border-color css
<style>
span { border-color: #BD34CA; }
span { border-color: rgb(189,52,202); }
td.TdClassName
{
border-color: #BD34CA;
}
.TagClassName
{
border-color: #BD34CA;
}
</style>