Shades of Fuchsia #B538C0
Tints of Fuchsia #B538C0
RGB
CMYK
RGB Variations
Color information
#B538C0 (or 0xB538C0) is known color: Fuchsia. HEX triplet: B5, 38 and C0. RGB value is (181,56,192). Sum of RGB (Red+Green+Blue) = 181+56+192=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #B538C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538C0 is #4AC73F. Grayscale: #6C6C6C. Windows color (decimal): -4900672 or 12597429. OLE color: 12597429.
HSL color Cylindrical-coordinate representation of color #B538C0: hue angle of 295.15º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B538C0 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 56 | 192 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.25 |
| HSL | 295.15º | 0.55% | 0.49% | - |
| HSV(B) | 295.15º | 0.71% | 0.75% | - |
| XYZ | 29.98 | 16.46 | 51.47 | - |
| YUV | 108.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 192 | 0.06 | 0.71 | 0 | 0.25 | 295.15 | 0.55 | 0.49 |
| Hex | B5 | 38 | C0 | 6 | 47 | 0 | 19 | 127 | 37 | 31 |
| Octal | 265 | 70 | 300 | 6 | 107 | 0 | 31 | 447 | 67 | 61 |
| Binary | 10110101 | 111000 | 11000000 | 110 | 1000111 | 0 | 11001 | 100100111 | 110111 | 110001 |
Color Harmonies of #B538C0
Complementary color
Monochromatic Colors of #B538C0
Black with #B538C0
Text Example
Text Example
White with #B538C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538C0; }
p { color: rgb(181,56,192); }
H1.HeaderClassName
{
color: #B538C0;
}
.AnyTagClassName
{
color: #B538C0;
}
</style>
background-color css
<style>
a { background-color: #B538C0; }
a { background-color: rgb(181,56,192); }
div.DivClassName
{
background-color: #B538C0;
}
.BgClassName
{
background-color: #B538C0;
}
</style>
border-color css
<style>
span { border-color: #B538C0; }
span { border-color: rgb(181,56,192); }
td.TdClassName
{
border-color: #B538C0;
}
.TagClassName
{
border-color: #B538C0;
}
</style>