Shades of Fuchsia #B565BD
Tints of Fuchsia #B565BD
RGB
CMYK
RGB Variations
Color information
#B565BD (or 0xB565BD) is known color: Fuchsia. HEX triplet: B5, 65 and BD. RGB value is (181,101,189). Sum of RGB (Red+Green+Blue) = 181+101+189=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #B565BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565BD is #4A9A42. Grayscale: #868686. Windows color (decimal): -4889155 or 12412341. OLE color: 12412341.
HSL color Cylindrical-coordinate representation of color #B565BD: hue angle of 294.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B565BD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 101 | 189 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.26 |
| HSL | 294.55º | 0.4% | 0.57% | - |
| HSV(B) | 294.55º | 0.47% | 0.74% | - |
| XYZ | 32.9 | 22.81 | 50.81 | - |
| YUV | 134.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 189 | 0.04 | 0.47 | 0 | 0.26 | 294.55 | 0.4 | 0.57 |
| Hex | B5 | 65 | BD | 4 | 2F | 0 | 1A | 127 | 28 | 39 |
| Octal | 265 | 145 | 275 | 4 | 57 | 0 | 32 | 447 | 50 | 71 |
| Binary | 10110101 | 1100101 | 10111101 | 100 | 101111 | 0 | 11010 | 100100111 | 101000 | 111001 |
Color Harmonies of #B565BD
Complementary color
Monochromatic Colors of #B565BD
Black with #B565BD
Text Example
Text Example
White with #B565BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565BD; }
p { color: rgb(181,101,189); }
H1.HeaderClassName
{
color: #B565BD;
}
.AnyTagClassName
{
color: #B565BD;
}
</style>
background-color css
<style>
a { background-color: #B565BD; }
a { background-color: rgb(181,101,189); }
div.DivClassName
{
background-color: #B565BD;
}
.BgClassName
{
background-color: #B565BD;
}
</style>
border-color css
<style>
span { border-color: #B565BD; }
span { border-color: rgb(181,101,189); }
td.TdClassName
{
border-color: #B565BD;
}
.TagClassName
{
border-color: #B565BD;
}
</style>