Shades of Fuchsia #B834C5
Tints of Fuchsia #B834C5
RGB
CMYK
RGB Variations
Color information
#B834C5 (or 0xB834C5) is known color: Fuchsia. HEX triplet: B8, 34 and C5. RGB value is (184,52,197). Sum of RGB (Red+Green+Blue) = 184+52+197=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #B834C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834C5 is #47CB3A. Grayscale: #6B6B6B. Windows color (decimal): -4705083 or 12924088. OLE color: 12924088.
HSL color Cylindrical-coordinate representation of color #B834C5: hue angle of 294.62º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B834C5 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 52 | 197 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.23 |
| HSL | 294.62º | 0.58% | 0.49% | - |
| HSV(B) | 294.62º | 0.74% | 0.77% | - |
| XYZ | 31.07 | 16.68 | 54.4 | - |
| YUV | 108 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 197 | 0.07 | 0.74 | 0 | 0.23 | 294.62 | 0.58 | 0.49 |
| Hex | B8 | 34 | C5 | 7 | 4A | 0 | 17 | 127 | 3A | 31 |
| Octal | 270 | 64 | 305 | 7 | 112 | 0 | 27 | 447 | 72 | 61 |
| Binary | 10111000 | 110100 | 11000101 | 111 | 1001010 | 0 | 10111 | 100100111 | 111010 | 110001 |
Color Harmonies of #B834C5
Complementary color
Monochromatic Colors of #B834C5
Black with #B834C5
Text Example
Text Example
White with #B834C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834C5; }
p { color: rgb(184,52,197); }
H1.HeaderClassName
{
color: #B834C5;
}
.AnyTagClassName
{
color: #B834C5;
}
</style>
background-color css
<style>
a { background-color: #B834C5; }
a { background-color: rgb(184,52,197); }
div.DivClassName
{
background-color: #B834C5;
}
.BgClassName
{
background-color: #B834C5;
}
</style>
border-color css
<style>
span { border-color: #B834C5; }
span { border-color: rgb(184,52,197); }
td.TdClassName
{
border-color: #B834C5;
}
.TagClassName
{
border-color: #B834C5;
}
</style>