Shades of Fuchsia #B565B2
Tints of Fuchsia #B565B2
RGB
CMYK
RGB Variations
Color information
#B565B2 (or 0xB565B2) is known color: Fuchsia. HEX triplet: B5, 65 and B2. RGB value is (181,101,178). Sum of RGB (Red+Green+Blue) = 181+101+178=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B565B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B565B2 is #4A9A4D. Grayscale: #858585. Windows color (decimal): -4889166 or 11691445. OLE color: 11691445.
HSL color Cylindrical-coordinate representation of color #B565B2: hue angle of 302.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B565B2 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 178 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.29 |
| HSL | 302.25º | 0.35% | 0.55% | - |
| HSV(B) | 302.25º | 0.44% | 0.71% | - |
| XYZ | 31.75 | 22.35 | 44.76 | - |
| YUV | 133.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 178 | 0 | 0.44 | 0.02 | 0.29 | 302.25 | 0.35 | 0.55 |
| Hex | B5 | 65 | B2 | 0 | 2C | 2 | 1D | 12E | 23 | 37 |
| Octal | 265 | 145 | 262 | 0 | 54 | 2 | 35 | 456 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10110010 | 0 | 101100 | 10 | 11101 | 100101110 | 100011 | 110111 |
Color Harmonies of #B565B2
Complementary color
Monochromatic Colors of #B565B2
Black with #B565B2
Text Example
Text Example
White with #B565B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565B2; }
p { color: rgb(181,101,178); }
H1.HeaderClassName
{
color: #B565B2;
}
.AnyTagClassName
{
color: #B565B2;
}
</style>
background-color css
<style>
a { background-color: #B565B2; }
a { background-color: rgb(181,101,178); }
div.DivClassName
{
background-color: #B565B2;
}
.BgClassName
{
background-color: #B565B2;
}
</style>
border-color css
<style>
span { border-color: #B565B2; }
span { border-color: rgb(181,101,178); }
td.TdClassName
{
border-color: #B565B2;
}
.TagClassName
{
border-color: #B565B2;
}
</style>