Shades of Fuchsia #B838AF
Tints of Fuchsia #B838AF
RGB
CMYK
RGB Variations
Color information
#B838AF (or 0xB838AF) is known color: Fuchsia. HEX triplet: B8, 38 and AF. RGB value is (184,56,175). Sum of RGB (Red+Green+Blue) = 184+56+175=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B838AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838AF is #47C750. Grayscale: #6B6B6B. Windows color (decimal): -4704081 or 11483320. OLE color: 11483320.
HSL color Cylindrical-coordinate representation of color #B838AF: hue angle of 304.22º 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 #B838AF is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 175 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.28 |
| HSL | 304.22º | 0.53% | 0.47% | - |
| HSV(B) | 304.22º | 0.7% | 0.72% | - |
| XYZ | 28.92 | 16.11 | 42.14 | - |
| YUV | 107.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 175 | 0 | 0.70 | 0.05 | 0.28 | 304.22 | 0.53 | 0.47 |
| Hex | B8 | 38 | AF | 0 | 46 | 5 | 1C | 130 | 35 | 2F |
| Octal | 270 | 70 | 257 | 0 | 106 | 5 | 34 | 460 | 65 | 57 |
| Binary | 10111000 | 111000 | 10101111 | 0 | 1000110 | 101 | 11100 | 100110000 | 110101 | 101111 |
Color Harmonies of #B838AF
Complementary color
Monochromatic Colors of #B838AF
Black with #B838AF
Text Example
Text Example
White with #B838AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838AF; }
p { color: rgb(184,56,175); }
H1.HeaderClassName
{
color: #B838AF;
}
.AnyTagClassName
{
color: #B838AF;
}
</style>
background-color css
<style>
a { background-color: #B838AF; }
a { background-color: rgb(184,56,175); }
div.DivClassName
{
background-color: #B838AF;
}
.BgClassName
{
background-color: #B838AF;
}
</style>
border-color css
<style>
span { border-color: #B838AF; }
span { border-color: rgb(184,56,175); }
td.TdClassName
{
border-color: #B838AF;
}
.TagClassName
{
border-color: #B838AF;
}
</style>