Shades of Fuchsia #B53BBE
Tints of Fuchsia #B53BBE
RGB
CMYK
RGB Variations
Color information
#B53BBE (or 0xB53BBE) is known color: Fuchsia. HEX triplet: B5, 3B and BE. RGB value is (181,59,190). Sum of RGB (Red+Green+Blue) = 181+59+190=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #B53BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BBE is #4AC441. Grayscale: #6E6E6E. Windows color (decimal): -4899906 or 12467125. OLE color: 12467125.
HSL color Cylindrical-coordinate representation of color #B53BBE: hue angle of 295.88º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53BBE is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 59 | 190 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.25 |
| HSL | 295.88º | 0.53% | 0.49% | - |
| HSV(B) | 295.88º | 0.69% | 0.75% | - |
| XYZ | 29.91 | 16.67 | 50.36 | - |
| YUV | 110.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 190 | 0.05 | 0.69 | 0 | 0.25 | 295.88 | 0.53 | 0.49 |
| Hex | B5 | 3B | BE | 5 | 45 | 0 | 19 | 128 | 35 | 31 |
| Octal | 265 | 73 | 276 | 5 | 105 | 0 | 31 | 450 | 65 | 61 |
| Binary | 10110101 | 111011 | 10111110 | 101 | 1000101 | 0 | 11001 | 100101000 | 110101 | 110001 |
Color Harmonies of #B53BBE
Complementary color
Monochromatic Colors of #B53BBE
Black with #B53BBE
Text Example
Text Example
White with #B53BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BBE; }
p { color: rgb(181,59,190); }
H1.HeaderClassName
{
color: #B53BBE;
}
.AnyTagClassName
{
color: #B53BBE;
}
</style>
background-color css
<style>
a { background-color: #B53BBE; }
a { background-color: rgb(181,59,190); }
div.DivClassName
{
background-color: #B53BBE;
}
.BgClassName
{
background-color: #B53BBE;
}
</style>
border-color css
<style>
span { border-color: #B53BBE; }
span { border-color: rgb(181,59,190); }
td.TdClassName
{
border-color: #B53BBE;
}
.TagClassName
{
border-color: #B53BBE;
}
</style>