Shades of Fuchsia #B567B1
Tints of Fuchsia #B567B1
RGB
CMYK
RGB Variations
Color information
#B567B1 (or 0xB567B1) is known color: Fuchsia. HEX triplet: B5, 67 and B1. RGB value is (181,103,177). Sum of RGB (Red+Green+Blue) = 181+103+177=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B567B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567B1 is #4A984E. Grayscale: #868686. Windows color (decimal): -4888655 or 11626421. OLE color: 11626421.
HSL color Cylindrical-coordinate representation of color #B567B1: hue angle of 303.08º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B567B1 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 177 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.29 |
| HSL | 303.08º | 0.35% | 0.56% | - |
| HSV(B) | 303.08º | 0.43% | 0.71% | - |
| XYZ | 31.84 | 22.7 | 44.3 | - |
| YUV | 134.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 177 | 0 | 0.43 | 0.02 | 0.29 | 303.08 | 0.35 | 0.56 |
| Hex | B5 | 67 | B1 | 0 | 2B | 2 | 1D | 12F | 23 | 38 |
| Octal | 265 | 147 | 261 | 0 | 53 | 2 | 35 | 457 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10110001 | 0 | 101011 | 10 | 11101 | 100101111 | 100011 | 111000 |
Color Harmonies of #B567B1
Complementary color
Monochromatic Colors of #B567B1
Black with #B567B1
Text Example
Text Example
White with #B567B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567B1; }
p { color: rgb(181,103,177); }
H1.HeaderClassName
{
color: #B567B1;
}
.AnyTagClassName
{
color: #B567B1;
}
</style>
background-color css
<style>
a { background-color: #B567B1; }
a { background-color: rgb(181,103,177); }
div.DivClassName
{
background-color: #B567B1;
}
.BgClassName
{
background-color: #B567B1;
}
</style>
border-color css
<style>
span { border-color: #B567B1; }
span { border-color: rgb(181,103,177); }
td.TdClassName
{
border-color: #B567B1;
}
.TagClassName
{
border-color: #B567B1;
}
</style>