Shades of Fuchsia #B838A8
Tints of Fuchsia #B838A8
RGB
CMYK
RGB Variations
Color information
#B838A8 (or 0xB838A8) is known color: Fuchsia. HEX triplet: B8, 38 and A8. RGB value is (184,56,168). Sum of RGB (Red+Green+Blue) = 184+56+168=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B838A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838A8 is #47C757. Grayscale: #6A6A6A. Windows color (decimal): -4704088 or 11024568. OLE color: 11024568.
HSL color Cylindrical-coordinate representation of color #B838A8: hue angle of 307.5º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B838A8 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 168 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.28 |
| HSL | 307.5º | 0.53% | 0.47% | - |
| HSV(B) | 307.5º | 0.7% | 0.72% | - |
| XYZ | 28.25 | 15.85 | 38.62 | - |
| YUV | 107.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 168 | 0 | 0.70 | 0.09 | 0.28 | 307.5 | 0.53 | 0.47 |
| Hex | B8 | 38 | A8 | 0 | 46 | 9 | 1C | 134 | 35 | 2F |
| Octal | 270 | 70 | 250 | 0 | 106 | 11 | 34 | 464 | 65 | 57 |
| Binary | 10111000 | 111000 | 10101000 | 0 | 1000110 | 1001 | 11100 | 100110100 | 110101 | 101111 |
Color Harmonies of #B838A8
Complementary color
Monochromatic Colors of #B838A8
Black with #B838A8
Text Example
Text Example
White with #B838A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838A8; }
p { color: rgb(184,56,168); }
H1.HeaderClassName
{
color: #B838A8;
}
.AnyTagClassName
{
color: #B838A8;
}
</style>
background-color css
<style>
a { background-color: #B838A8; }
a { background-color: rgb(184,56,168); }
div.DivClassName
{
background-color: #B838A8;
}
.BgClassName
{
background-color: #B838A8;
}
</style>
border-color css
<style>
span { border-color: #B838A8; }
span { border-color: rgb(184,56,168); }
td.TdClassName
{
border-color: #B838A8;
}
.TagClassName
{
border-color: #B838A8;
}
</style>