Shades of Fuchsia #BD33B2
Tints of Fuchsia #BD33B2
RGB
CMYK
RGB Variations
Color information
#BD33B2 (or 0xBD33B2) is known color: Fuchsia. HEX triplet: BD, 33 and B2. RGB value is (189,51,178). Sum of RGB (Red+Green+Blue) = 189+51+178=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD33B2 is #42CC4D. Grayscale: #6A6A6A. Windows color (decimal): -4377678 or 11678653. OLE color: 11678653.
HSL color Cylindrical-coordinate representation of color #BD33B2: hue angle of 304.78º 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 #BD33B2 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 178 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.26 |
| HSL | 304.78º | 0.58% | 0.47% | - |
| HSV(B) | 304.78º | 0.73% | 0.74% | - |
| XYZ | 30.21 | 16.4 | 43.69 | - |
| YUV | 106.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 178 | 0 | 0.73 | 0.06 | 0.26 | 304.78 | 0.58 | 0.47 |
| Hex | BD | 33 | B2 | 0 | 49 | 6 | 1A | 131 | 3A | 2F |
| Octal | 275 | 63 | 262 | 0 | 111 | 6 | 32 | 461 | 72 | 57 |
| Binary | 10111101 | 110011 | 10110010 | 0 | 1001001 | 110 | 11010 | 100110001 | 111010 | 101111 |
Color Harmonies of #BD33B2
Complementary color
Monochromatic Colors of #BD33B2
Black with #BD33B2
Text Example
Text Example
White with #BD33B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33B2; }
p { color: rgb(189,51,178); }
H1.HeaderClassName
{
color: #BD33B2;
}
.AnyTagClassName
{
color: #BD33B2;
}
</style>
background-color css
<style>
a { background-color: #BD33B2; }
a { background-color: rgb(189,51,178); }
div.DivClassName
{
background-color: #BD33B2;
}
.BgClassName
{
background-color: #BD33B2;
}
</style>
border-color css
<style>
span { border-color: #BD33B2; }
span { border-color: rgb(189,51,178); }
td.TdClassName
{
border-color: #BD33B2;
}
.TagClassName
{
border-color: #BD33B2;
}
</style>