Shades of Fuchsia #B03ABE
Tints of Fuchsia #B03ABE
RGB
CMYK
RGB Variations
Color information
#B03ABE (or 0xB03ABE) is known color: Fuchsia. HEX triplet: B0, 3A and BE. RGB value is (176,58,190). Sum of RGB (Red+Green+Blue) = 176+58+190=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #B03ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ABE is #4FC541. Grayscale: #6B6B6B. Windows color (decimal): -5227842 or 12466864. OLE color: 12466864.
HSL color Cylindrical-coordinate representation of color #B03ABE: hue angle of 293.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03ABE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 58 | 190 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.25 |
| HSL | 293.64º | 0.53% | 0.49% | - |
| HSV(B) | 293.64º | 0.69% | 0.75% | - |
| XYZ | 28.71 | 15.97 | 50.29 | - |
| YUV | 108.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 190 | 0.07 | 0.69 | 0 | 0.25 | 293.64 | 0.53 | 0.49 |
| Hex | B0 | 3A | BE | 7 | 45 | 0 | 19 | 126 | 35 | 31 |
| Octal | 260 | 72 | 276 | 7 | 105 | 0 | 31 | 446 | 65 | 61 |
| Binary | 10110000 | 111010 | 10111110 | 111 | 1000101 | 0 | 11001 | 100100110 | 110101 | 110001 |
Color Harmonies of #B03ABE
Complementary color
Monochromatic Colors of #B03ABE
Black with #B03ABE
Text Example
Text Example
White with #B03ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03ABE; }
p { color: rgb(176,58,190); }
H1.HeaderClassName
{
color: #B03ABE;
}
.AnyTagClassName
{
color: #B03ABE;
}
</style>
background-color css
<style>
a { background-color: #B03ABE; }
a { background-color: rgb(176,58,190); }
div.DivClassName
{
background-color: #B03ABE;
}
.BgClassName
{
background-color: #B03ABE;
}
</style>
border-color css
<style>
span { border-color: #B03ABE; }
span { border-color: rgb(176,58,190); }
td.TdClassName
{
border-color: #B03ABE;
}
.TagClassName
{
border-color: #B03ABE;
}
</style>