Shades of Fuchsia #BD33CA
Tints of Fuchsia #BD33CA
RGB
CMYK
RGB Variations
Color information
#BD33CA (or 0xBD33CA) is known color: Fuchsia. HEX triplet: BD, 33 and CA. RGB value is (189,51,202). Sum of RGB (Red+Green+Blue) = 189+51+202=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33CA is #42CC35. Grayscale: #6D6D6D. Windows color (decimal): -4377654 or 13251517. OLE color: 13251517.
HSL color Cylindrical-coordinate representation of color #BD33CA: hue angle of 294.83º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD33CA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 51 | 202 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.21 |
| HSL | 294.83º | 0.6% | 0.5% | - |
| HSV(B) | 294.83º | 0.75% | 0.79% | - |
| XYZ | 32.83 | 17.45 | 57.52 | - |
| YUV | 109.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 202 | 0.06 | 0.75 | 0 | 0.21 | 294.83 | 0.6 | 0.5 |
| Hex | BD | 33 | CA | 6 | 4B | 0 | 15 | 127 | 3C | 32 |
| Octal | 275 | 63 | 312 | 6 | 113 | 0 | 25 | 447 | 74 | 62 |
| Binary | 10111101 | 110011 | 11001010 | 110 | 1001011 | 0 | 10101 | 100100111 | 111100 | 110010 |
Color Harmonies of #BD33CA
Complementary color
Monochromatic Colors of #BD33CA
Black with #BD33CA
Text Example
Text Example
White with #BD33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33CA; }
p { color: rgb(189,51,202); }
H1.HeaderClassName
{
color: #BD33CA;
}
.AnyTagClassName
{
color: #BD33CA;
}
</style>
background-color css
<style>
a { background-color: #BD33CA; }
a { background-color: rgb(189,51,202); }
div.DivClassName
{
background-color: #BD33CA;
}
.BgClassName
{
background-color: #BD33CA;
}
</style>
border-color css
<style>
span { border-color: #BD33CA; }
span { border-color: rgb(189,51,202); }
td.TdClassName
{
border-color: #BD33CA;
}
.TagClassName
{
border-color: #BD33CA;
}
</style>