Shades of Fuchsia #B834C6
Tints of Fuchsia #B834C6
RGB
CMYK
RGB Variations
Color information
#B834C6 (or 0xB834C6) is known color: Fuchsia. HEX triplet: B8, 34 and C6. RGB value is (184,52,198). Sum of RGB (Red+Green+Blue) = 184+52+198=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #B834C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834C6 is #47CB39. Grayscale: #6B6B6B. Windows color (decimal): -4705082 or 12989624. OLE color: 12989624.
HSL color Cylindrical-coordinate representation of color #B834C6: hue angle of 294.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B834C6 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 52 | 198 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.22 |
| HSL | 294.25º | 0.58% | 0.49% | - |
| HSV(B) | 294.25º | 0.74% | 0.78% | - |
| XYZ | 31.19 | 16.72 | 55.01 | - |
| YUV | 108.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 198 | 0.07 | 0.74 | 0 | 0.22 | 294.25 | 0.58 | 0.49 |
| Hex | B8 | 34 | C6 | 7 | 4A | 0 | 16 | 126 | 3A | 31 |
| Octal | 270 | 64 | 306 | 7 | 112 | 0 | 26 | 446 | 72 | 61 |
| Binary | 10111000 | 110100 | 11000110 | 111 | 1001010 | 0 | 10110 | 100100110 | 111010 | 110001 |
Color Harmonies of #B834C6
Complementary color
Monochromatic Colors of #B834C6
Black with #B834C6
Text Example
Text Example
White with #B834C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834C6; }
p { color: rgb(184,52,198); }
H1.HeaderClassName
{
color: #B834C6;
}
.AnyTagClassName
{
color: #B834C6;
}
</style>
background-color css
<style>
a { background-color: #B834C6; }
a { background-color: rgb(184,52,198); }
div.DivClassName
{
background-color: #B834C6;
}
.BgClassName
{
background-color: #B834C6;
}
</style>
border-color css
<style>
span { border-color: #B834C6; }
span { border-color: rgb(184,52,198); }
td.TdClassName
{
border-color: #B834C6;
}
.TagClassName
{
border-color: #B834C6;
}
</style>