Shades of Fuchsia #B834B2
Tints of Fuchsia #B834B2
RGB
CMYK
RGB Variations
Color information
#B834B2 (or 0xB834B2) is known color: Fuchsia. HEX triplet: B8, 34 and B2. RGB value is (184,52,178). Sum of RGB (Red+Green+Blue) = 184+52+178=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B834B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B834B2 is #47CB4D. Grayscale: #696969. Windows color (decimal): -4705102 or 11678904. OLE color: 11678904.
HSL color Cylindrical-coordinate representation of color #B834B2: hue angle of 302.73º 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 #B834B2 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 178 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.28 |
| HSL | 302.73º | 0.56% | 0.46% | - |
| HSV(B) | 302.73º | 0.72% | 0.72% | - |
| XYZ | 29.03 | 15.86 | 43.65 | - |
| YUV | 105.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 178 | 0 | 0.72 | 0.03 | 0.28 | 302.73 | 0.56 | 0.46 |
| Hex | B8 | 34 | B2 | 0 | 48 | 3 | 1C | 12F | 38 | 2E |
| Octal | 270 | 64 | 262 | 0 | 110 | 3 | 34 | 457 | 70 | 56 |
| Binary | 10111000 | 110100 | 10110010 | 0 | 1001000 | 11 | 11100 | 100101111 | 111000 | 101110 |
Color Harmonies of #B834B2
Complementary color
Monochromatic Colors of #B834B2
Black with #B834B2
Text Example
Text Example
White with #B834B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834B2; }
p { color: rgb(184,52,178); }
H1.HeaderClassName
{
color: #B834B2;
}
.AnyTagClassName
{
color: #B834B2;
}
</style>
background-color css
<style>
a { background-color: #B834B2; }
a { background-color: rgb(184,52,178); }
div.DivClassName
{
background-color: #B834B2;
}
.BgClassName
{
background-color: #B834B2;
}
</style>
border-color css
<style>
span { border-color: #B834B2; }
span { border-color: rgb(184,52,178); }
td.TdClassName
{
border-color: #B834B2;
}
.TagClassName
{
border-color: #B834B2;
}
</style>