Shades of Fuchsia #B838AC
Tints of Fuchsia #B838AC
RGB
CMYK
RGB Variations
Color information
#B838AC (or 0xB838AC) is known color: Fuchsia. HEX triplet: B8, 38 and AC. RGB value is (184,56,172). Sum of RGB (Red+Green+Blue) = 184+56+172=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B838AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838AC is #47C753. Grayscale: #6B6B6B. Windows color (decimal): -4704084 or 11286712. OLE color: 11286712.
HSL color Cylindrical-coordinate representation of color #B838AC: hue angle of 305.62º 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 #B838AC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 172 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.28 |
| HSL | 305.63º | 0.53% | 0.47% | - |
| HSV(B) | 305.63º | 0.7% | 0.72% | - |
| XYZ | 28.63 | 16 | 40.61 | - |
| YUV | 107.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 172 | 0 | 0.70 | 0.07 | 0.28 | 305.63 | 0.53 | 0.47 |
| Hex | B8 | 38 | AC | 0 | 46 | 7 | 1C | 132 | 35 | 2F |
| Octal | 270 | 70 | 254 | 0 | 106 | 7 | 34 | 462 | 65 | 57 |
| Binary | 10111000 | 111000 | 10101100 | 0 | 1000110 | 111 | 11100 | 100110010 | 110101 | 101111 |
Color Harmonies of #B838AC
Complementary color
Monochromatic Colors of #B838AC
Black with #B838AC
Text Example
Text Example
White with #B838AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838AC; }
p { color: rgb(184,56,172); }
H1.HeaderClassName
{
color: #B838AC;
}
.AnyTagClassName
{
color: #B838AC;
}
</style>
background-color css
<style>
a { background-color: #B838AC; }
a { background-color: rgb(184,56,172); }
div.DivClassName
{
background-color: #B838AC;
}
.BgClassName
{
background-color: #B838AC;
}
</style>
border-color css
<style>
span { border-color: #B838AC; }
span { border-color: rgb(184,56,172); }
td.TdClassName
{
border-color: #B838AC;
}
.TagClassName
{
border-color: #B838AC;
}
</style>