Shades of Fuchsia #B53BBD
Tints of Fuchsia #B53BBD
RGB
CMYK
RGB Variations
Color information
#B53BBD (or 0xB53BBD) is known color: Fuchsia. HEX triplet: B5, 3B and BD. RGB value is (181,59,189). Sum of RGB (Red+Green+Blue) = 181+59+189=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #B53BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BBD is #4AC442. Grayscale: #6D6D6D. Windows color (decimal): -4899907 or 12401589. OLE color: 12401589.
HSL color Cylindrical-coordinate representation of color #B53BBD: hue angle of 296.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53BBD is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 59 | 189 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.26 |
| HSL | 296.31º | 0.52% | 0.49% | - |
| HSV(B) | 296.31º | 0.69% | 0.74% | - |
| XYZ | 29.81 | 16.63 | 49.78 | - |
| YUV | 110.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 189 | 0.04 | 0.69 | 0 | 0.26 | 296.31 | 0.52 | 0.49 |
| Hex | B5 | 3B | BD | 4 | 45 | 0 | 1A | 128 | 34 | 31 |
| Octal | 265 | 73 | 275 | 4 | 105 | 0 | 32 | 450 | 64 | 61 |
| Binary | 10110101 | 111011 | 10111101 | 100 | 1000101 | 0 | 11010 | 100101000 | 110100 | 110001 |
Color Harmonies of #B53BBD
Complementary color
Monochromatic Colors of #B53BBD
Black with #B53BBD
Text Example
Text Example
White with #B53BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BBD; }
p { color: rgb(181,59,189); }
H1.HeaderClassName
{
color: #B53BBD;
}
.AnyTagClassName
{
color: #B53BBD;
}
</style>
background-color css
<style>
a { background-color: #B53BBD; }
a { background-color: rgb(181,59,189); }
div.DivClassName
{
background-color: #B53BBD;
}
.BgClassName
{
background-color: #B53BBD;
}
</style>
border-color css
<style>
span { border-color: #B53BBD; }
span { border-color: rgb(181,59,189); }
td.TdClassName
{
border-color: #B53BBD;
}
.TagClassName
{
border-color: #B53BBD;
}
</style>