Shades of Fuchsia #B567C2
Tints of Fuchsia #B567C2
RGB
CMYK
RGB Variations
Color information
#B567C2 (or 0xB567C2) is known color: Fuchsia. HEX triplet: B5, 67 and C2. RGB value is (181,103,194). Sum of RGB (Red+Green+Blue) = 181+103+194=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #B567C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567C2 is #4A983D. Grayscale: #888888. Windows color (decimal): -4888638 or 12740533. OLE color: 12740533.
HSL color Cylindrical-coordinate representation of color #B567C2: hue angle of 291.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B567C2 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 103 | 194 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.24 |
| HSL | 291.43º | 0.43% | 0.58% | - |
| HSV(B) | 291.43º | 0.47% | 0.76% | - |
| XYZ | 33.64 | 23.42 | 53.79 | - |
| YUV | 136.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 194 | 0.07 | 0.47 | 0 | 0.24 | 291.43 | 0.43 | 0.58 |
| Hex | B5 | 67 | C2 | 7 | 2F | 0 | 18 | 123 | 2B | 3A |
| Octal | 265 | 147 | 302 | 7 | 57 | 0 | 30 | 443 | 53 | 72 |
| Binary | 10110101 | 1100111 | 11000010 | 111 | 101111 | 0 | 11000 | 100100011 | 101011 | 111010 |
Color Harmonies of #B567C2
Complementary color
Monochromatic Colors of #B567C2
Black with #B567C2
Text Example
Text Example
White with #B567C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567C2; }
p { color: rgb(181,103,194); }
H1.HeaderClassName
{
color: #B567C2;
}
.AnyTagClassName
{
color: #B567C2;
}
</style>
background-color css
<style>
a { background-color: #B567C2; }
a { background-color: rgb(181,103,194); }
div.DivClassName
{
background-color: #B567C2;
}
.BgClassName
{
background-color: #B567C2;
}
</style>
border-color css
<style>
span { border-color: #B567C2; }
span { border-color: rgb(181,103,194); }
td.TdClassName
{
border-color: #B567C2;
}
.TagClassName
{
border-color: #B567C2;
}
</style>