Shades of Fuchsia #B55DB3
Tints of Fuchsia #B55DB3
RGB
CMYK
RGB Variations
Color information
#B55DB3 (or 0xB55DB3) is known color: Fuchsia. HEX triplet: B5, 5D and B3. RGB value is (181,93,179). Sum of RGB (Red+Green+Blue) = 181+93+179=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DB3 is #4AA24C. Grayscale: #808080. Windows color (decimal): -4891213 or 11754933. OLE color: 11754933.
HSL color Cylindrical-coordinate representation of color #B55DB3: hue angle of 301.36º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55DB3 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 179 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.29 |
| HSL | 301.36º | 0.37% | 0.54% | - |
| HSV(B) | 301.36º | 0.49% | 0.71% | - |
| XYZ | 31.11 | 20.91 | 45.04 | - |
| YUV | 129.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 179 | 0 | 0.49 | 0.01 | 0.29 | 301.36 | 0.37 | 0.54 |
| Hex | B5 | 5D | B3 | 0 | 31 | 1 | 1D | 12D | 25 | 36 |
| Octal | 265 | 135 | 263 | 0 | 61 | 1 | 35 | 455 | 45 | 66 |
| Binary | 10110101 | 1011101 | 10110011 | 0 | 110001 | 1 | 11101 | 100101101 | 100101 | 110110 |
Color Harmonies of #B55DB3
Complementary color
Monochromatic Colors of #B55DB3
Black with #B55DB3
Text Example
Text Example
White with #B55DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DB3; }
p { color: rgb(181,93,179); }
H1.HeaderClassName
{
color: #B55DB3;
}
.AnyTagClassName
{
color: #B55DB3;
}
</style>
background-color css
<style>
a { background-color: #B55DB3; }
a { background-color: rgb(181,93,179); }
div.DivClassName
{
background-color: #B55DB3;
}
.BgClassName
{
background-color: #B55DB3;
}
</style>
border-color css
<style>
span { border-color: #B55DB3; }
span { border-color: rgb(181,93,179); }
td.TdClassName
{
border-color: #B55DB3;
}
.TagClassName
{
border-color: #B55DB3;
}
</style>