Shades of Fuchsia #B534B7
Tints of Fuchsia #B534B7
RGB
CMYK
RGB Variations
Color information
#B534B7 (or 0xB534B7) is known color: Fuchsia. HEX triplet: B5, 34 and B7. RGB value is (181,52,183). Sum of RGB (Red+Green+Blue) = 181+52+183=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #B534B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534B7 is #4ACB48. Grayscale: #696969. Windows color (decimal): -4901705 or 12006581. OLE color: 12006581.
HSL color Cylindrical-coordinate representation of color #B534B7: hue angle of 299.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B534B7 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 52 | 183 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.28 |
| HSL | 299.08º | 0.56% | 0.46% | - |
| HSV(B) | 299.08º | 0.72% | 0.72% | - |
| XYZ | 28.83 | 15.7 | 46.31 | - |
| YUV | 105.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 183 | 0.01 | 0.72 | 0 | 0.28 | 299.08 | 0.56 | 0.46 |
| Hex | B5 | 34 | B7 | 1 | 48 | 0 | 1C | 12B | 38 | 2E |
| Octal | 265 | 64 | 267 | 1 | 110 | 0 | 34 | 453 | 70 | 56 |
| Binary | 10110101 | 110100 | 10110111 | 1 | 1001000 | 0 | 11100 | 100101011 | 111000 | 101110 |
Color Harmonies of #B534B7
Complementary color
Monochromatic Colors of #B534B7
Black with #B534B7
Text Example
Text Example
White with #B534B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534B7; }
p { color: rgb(181,52,183); }
H1.HeaderClassName
{
color: #B534B7;
}
.AnyTagClassName
{
color: #B534B7;
}
</style>
background-color css
<style>
a { background-color: #B534B7; }
a { background-color: rgb(181,52,183); }
div.DivClassName
{
background-color: #B534B7;
}
.BgClassName
{
background-color: #B534B7;
}
</style>
border-color css
<style>
span { border-color: #B534B7; }
span { border-color: rgb(181,52,183); }
td.TdClassName
{
border-color: #B534B7;
}
.TagClassName
{
border-color: #B534B7;
}
</style>