Shades of Fuchsia #B834C0
Tints of Fuchsia #B834C0
RGB
CMYK
RGB Variations
Color information
#B834C0 (or 0xB834C0) is known color: Fuchsia. HEX triplet: B8, 34 and C0. RGB value is (184,52,192). Sum of RGB (Red+Green+Blue) = 184+52+192=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #B834C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834C0 is #47CB3F. Grayscale: #6B6B6B. Windows color (decimal): -4705088 or 12596408. OLE color: 12596408.
HSL color Cylindrical-coordinate representation of color #B834C0: hue angle of 296.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B834C0 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 52 | 192 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.25 |
| HSL | 296.57º | 0.57% | 0.48% | - |
| HSV(B) | 296.57º | 0.73% | 0.75% | - |
| XYZ | 30.51 | 16.45 | 51.44 | - |
| YUV | 107.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 192 | 0.04 | 0.73 | 0 | 0.25 | 296.57 | 0.57 | 0.48 |
| Hex | B8 | 34 | C0 | 4 | 49 | 0 | 19 | 129 | 39 | 30 |
| Octal | 270 | 64 | 300 | 4 | 111 | 0 | 31 | 451 | 71 | 60 |
| Binary | 10111000 | 110100 | 11000000 | 100 | 1001001 | 0 | 11001 | 100101001 | 111001 | 110000 |
Color Harmonies of #B834C0
Complementary color
Monochromatic Colors of #B834C0
Black with #B834C0
Text Example
Text Example
White with #B834C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834C0; }
p { color: rgb(184,52,192); }
H1.HeaderClassName
{
color: #B834C0;
}
.AnyTagClassName
{
color: #B834C0;
}
</style>
background-color css
<style>
a { background-color: #B834C0; }
a { background-color: rgb(184,52,192); }
div.DivClassName
{
background-color: #B834C0;
}
.BgClassName
{
background-color: #B834C0;
}
</style>
border-color css
<style>
span { border-color: #B834C0; }
span { border-color: rgb(184,52,192); }
td.TdClassName
{
border-color: #B834C0;
}
.TagClassName
{
border-color: #B834C0;
}
</style>