Shades of Fuchsia #BD35C0
Tints of Fuchsia #BD35C0
RGB
CMYK
RGB Variations
Color information
#BD35C0 (or 0xBD35C0) is known color: Fuchsia. HEX triplet: BD, 35 and C0. RGB value is (189,53,192). Sum of RGB (Red+Green+Blue) = 189+53+192=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD35C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35C0 is #42CA3F. Grayscale: #6D6D6D. Windows color (decimal): -4377152 or 12596669. OLE color: 12596669.
HSL color Cylindrical-coordinate representation of color #BD35C0: hue angle of 298.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD35C0 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 53 | 192 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.25 |
| HSL | 298.71º | 0.57% | 0.48% | - |
| HSV(B) | 298.71º | 0.72% | 0.75% | - |
| XYZ | 31.77 | 17.17 | 51.51 | - |
| YUV | 109.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 192 | 0.02 | 0.72 | 0 | 0.25 | 298.71 | 0.57 | 0.48 |
| Hex | BD | 35 | C0 | 2 | 48 | 0 | 19 | 12B | 39 | 30 |
| Octal | 275 | 65 | 300 | 2 | 110 | 0 | 31 | 453 | 71 | 60 |
| Binary | 10111101 | 110101 | 11000000 | 10 | 1001000 | 0 | 11001 | 100101011 | 111001 | 110000 |
Color Harmonies of #BD35C0
Complementary color
Monochromatic Colors of #BD35C0
Black with #BD35C0
Text Example
Text Example
White with #BD35C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD35C0; }
p { color: rgb(189,53,192); }
H1.HeaderClassName
{
color: #BD35C0;
}
.AnyTagClassName
{
color: #BD35C0;
}
</style>
background-color css
<style>
a { background-color: #BD35C0; }
a { background-color: rgb(189,53,192); }
div.DivClassName
{
background-color: #BD35C0;
}
.BgClassName
{
background-color: #BD35C0;
}
</style>
border-color css
<style>
span { border-color: #BD35C0; }
span { border-color: rgb(189,53,192); }
td.TdClassName
{
border-color: #BD35C0;
}
.TagClassName
{
border-color: #BD35C0;
}
</style>