Shades of Fuchsia #B038B7
Tints of Fuchsia #B038B7
RGB
CMYK
RGB Variations
Color information
#B038B7 (or 0xB038B7) is known color: Fuchsia. HEX triplet: B0, 38 and B7. RGB value is (176,56,183). Sum of RGB (Red+Green+Blue) = 176+56+183=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #B038B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038B7 is #4FC748. Grayscale: #696969. Windows color (decimal): -5228361 or 12007600. OLE color: 12007600.
HSL color Cylindrical-coordinate representation of color #B038B7: hue angle of 296.69º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B038B7 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 56 | 183 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.28 |
| HSL | 296.69º | 0.53% | 0.47% | - |
| HSV(B) | 296.69º | 0.69% | 0.72% | - |
| XYZ | 27.87 | 15.48 | 46.32 | - |
| YUV | 106.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 183 | 0.04 | 0.69 | 0 | 0.28 | 296.69 | 0.53 | 0.47 |
| Hex | B0 | 38 | B7 | 4 | 45 | 0 | 1C | 129 | 35 | 2F |
| Octal | 260 | 70 | 267 | 4 | 105 | 0 | 34 | 451 | 65 | 57 |
| Binary | 10110000 | 111000 | 10110111 | 100 | 1000101 | 0 | 11100 | 100101001 | 110101 | 101111 |
Color Harmonies of #B038B7
Complementary color
Monochromatic Colors of #B038B7
Black with #B038B7
Text Example
Text Example
White with #B038B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038B7; }
p { color: rgb(176,56,183); }
H1.HeaderClassName
{
color: #B038B7;
}
.AnyTagClassName
{
color: #B038B7;
}
</style>
background-color css
<style>
a { background-color: #B038B7; }
a { background-color: rgb(176,56,183); }
div.DivClassName
{
background-color: #B038B7;
}
.BgClassName
{
background-color: #B038B7;
}
</style>
border-color css
<style>
span { border-color: #B038B7; }
span { border-color: rgb(176,56,183); }
td.TdClassName
{
border-color: #B038B7;
}
.TagClassName
{
border-color: #B038B7;
}
</style>