Shades of Fuchsia #BD33B0
Tints of Fuchsia #BD33B0
RGB
CMYK
RGB Variations
Color information
#BD33B0 (or 0xBD33B0) is known color: Fuchsia. HEX triplet: BD, 33 and B0. RGB value is (189,51,176). Sum of RGB (Red+Green+Blue) = 189+51+176=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD33B0 is #42CC4F. Grayscale: #6A6A6A. Windows color (decimal): -4377680 or 11547581. OLE color: 11547581.
HSL color Cylindrical-coordinate representation of color #BD33B0: hue angle of 305.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD33B0 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 176 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.26 |
| HSL | 305.65º | 0.58% | 0.47% | - |
| HSV(B) | 305.65º | 0.73% | 0.74% | - |
| XYZ | 30.01 | 16.32 | 42.64 | - |
| YUV | 106.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 176 | 0 | 0.73 | 0.07 | 0.26 | 305.65 | 0.58 | 0.47 |
| Hex | BD | 33 | B0 | 0 | 49 | 7 | 1A | 132 | 3A | 2F |
| Octal | 275 | 63 | 260 | 0 | 111 | 7 | 32 | 462 | 72 | 57 |
| Binary | 10111101 | 110011 | 10110000 | 0 | 1001001 | 111 | 11010 | 100110010 | 111010 | 101111 |
Color Harmonies of #BD33B0
Complementary color
Monochromatic Colors of #BD33B0
Black with #BD33B0
Text Example
Text Example
White with #BD33B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33B0; }
p { color: rgb(189,51,176); }
H1.HeaderClassName
{
color: #BD33B0;
}
.AnyTagClassName
{
color: #BD33B0;
}
</style>
background-color css
<style>
a { background-color: #BD33B0; }
a { background-color: rgb(189,51,176); }
div.DivClassName
{
background-color: #BD33B0;
}
.BgClassName
{
background-color: #BD33B0;
}
</style>
border-color css
<style>
span { border-color: #BD33B0; }
span { border-color: rgb(189,51,176); }
td.TdClassName
{
border-color: #BD33B0;
}
.TagClassName
{
border-color: #BD33B0;
}
</style>