Shades of Fuchsia #B534B9
Tints of Fuchsia #B534B9
RGB
CMYK
RGB Variations
Color information
#B534B9 (or 0xB534B9) is known color: Fuchsia. HEX triplet: B5, 34 and B9. RGB value is (181,52,185). Sum of RGB (Red+Green+Blue) = 181+52+185=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #B534B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534B9 is #4ACB46. Grayscale: #696969. Windows color (decimal): -4901703 or 12137653. OLE color: 12137653.
HSL color Cylindrical-coordinate representation of color #B534B9: hue angle of 298.2º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B534B9 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 52 | 185 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.27 |
| HSL | 298.2º | 0.56% | 0.46% | - |
| HSV(B) | 298.2º | 0.72% | 0.73% | - |
| XYZ | 29.04 | 15.78 | 47.41 | - |
| YUV | 105.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 185 | 0.02 | 0.72 | 0 | 0.27 | 298.2 | 0.56 | 0.46 |
| Hex | B5 | 34 | B9 | 2 | 48 | 0 | 1B | 12A | 38 | 2E |
| Octal | 265 | 64 | 271 | 2 | 110 | 0 | 33 | 452 | 70 | 56 |
| Binary | 10110101 | 110100 | 10111001 | 10 | 1001000 | 0 | 11011 | 100101010 | 111000 | 101110 |
Color Harmonies of #B534B9
Complementary color
Monochromatic Colors of #B534B9
Black with #B534B9
Text Example
Text Example
White with #B534B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534B9; }
p { color: rgb(181,52,185); }
H1.HeaderClassName
{
color: #B534B9;
}
.AnyTagClassName
{
color: #B534B9;
}
</style>
background-color css
<style>
a { background-color: #B534B9; }
a { background-color: rgb(181,52,185); }
div.DivClassName
{
background-color: #B534B9;
}
.BgClassName
{
background-color: #B534B9;
}
</style>
border-color css
<style>
span { border-color: #B534B9; }
span { border-color: rgb(181,52,185); }
td.TdClassName
{
border-color: #B534B9;
}
.TagClassName
{
border-color: #B534B9;
}
</style>