Shades of Fuchsia #B567BA
Tints of Fuchsia #B567BA
RGB
CMYK
RGB Variations
Color information
#B567BA (or 0xB567BA) is known color: Fuchsia. HEX triplet: B5, 67 and BA. RGB value is (181,103,186). Sum of RGB (Red+Green+Blue) = 181+103+186=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B567BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567BA is #4A9845. Grayscale: #878787. Windows color (decimal): -4888646 or 12216245. OLE color: 12216245.
HSL color Cylindrical-coordinate representation of color #B567BA: hue angle of 296.39º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B567BA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 103 | 186 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.27 |
| HSL | 296.39º | 0.38% | 0.57% | - |
| HSV(B) | 296.39º | 0.45% | 0.73% | - |
| XYZ | 32.77 | 23.07 | 49.18 | - |
| YUV | 135.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 186 | 0.03 | 0.45 | 0 | 0.27 | 296.39 | 0.38 | 0.57 |
| Hex | B5 | 67 | BA | 3 | 2D | 0 | 1B | 128 | 26 | 39 |
| Octal | 265 | 147 | 272 | 3 | 55 | 0 | 33 | 450 | 46 | 71 |
| Binary | 10110101 | 1100111 | 10111010 | 11 | 101101 | 0 | 11011 | 100101000 | 100110 | 111001 |
Color Harmonies of #B567BA
Complementary color
Monochromatic Colors of #B567BA
Black with #B567BA
Text Example
Text Example
White with #B567BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567BA; }
p { color: rgb(181,103,186); }
H1.HeaderClassName
{
color: #B567BA;
}
.AnyTagClassName
{
color: #B567BA;
}
</style>
background-color css
<style>
a { background-color: #B567BA; }
a { background-color: rgb(181,103,186); }
div.DivClassName
{
background-color: #B567BA;
}
.BgClassName
{
background-color: #B567BA;
}
</style>
border-color css
<style>
span { border-color: #B567BA; }
span { border-color: rgb(181,103,186); }
td.TdClassName
{
border-color: #B567BA;
}
.TagClassName
{
border-color: #B567BA;
}
</style>