Shades of Fuchsia #B534B4
Tints of Fuchsia #B534B4
RGB
CMYK
RGB Variations
Color information
#B534B4 (or 0xB534B4) is known color: Fuchsia. HEX triplet: B5, 34 and B4. RGB value is (181,52,180). Sum of RGB (Red+Green+Blue) = 181+52+180=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B534B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534B4 is #4ACB4B. Grayscale: #686868. Windows color (decimal): -4901708 or 11809973. OLE color: 11809973.
HSL color Cylindrical-coordinate representation of color #B534B4: hue angle of 300.47º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B534B4 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 180 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.29 |
| HSL | 300.47º | 0.55% | 0.46% | - |
| HSV(B) | 300.47º | 0.71% | 0.71% | - |
| XYZ | 28.52 | 15.58 | 44.68 | - |
| YUV | 105.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 180 | 0 | 0.71 | 0.01 | 0.29 | 300.47 | 0.55 | 0.46 |
| Hex | B5 | 34 | B4 | 0 | 47 | 1 | 1D | 12C | 37 | 2E |
| Octal | 265 | 64 | 264 | 0 | 107 | 1 | 35 | 454 | 67 | 56 |
| Binary | 10110101 | 110100 | 10110100 | 0 | 1000111 | 1 | 11101 | 100101100 | 110111 | 101110 |
Color Harmonies of #B534B4
Complementary color
Monochromatic Colors of #B534B4
Black with #B534B4
Text Example
Text Example
White with #B534B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534B4; }
p { color: rgb(181,52,180); }
H1.HeaderClassName
{
color: #B534B4;
}
.AnyTagClassName
{
color: #B534B4;
}
</style>
background-color css
<style>
a { background-color: #B534B4; }
a { background-color: rgb(181,52,180); }
div.DivClassName
{
background-color: #B534B4;
}
.BgClassName
{
background-color: #B534B4;
}
</style>
border-color css
<style>
span { border-color: #B534B4; }
span { border-color: rgb(181,52,180); }
td.TdClassName
{
border-color: #B534B4;
}
.TagClassName
{
border-color: #B534B4;
}
</style>