Shades of Fuchsia #B03BB1
Tints of Fuchsia #B03BB1
RGB
CMYK
RGB Variations
Color information
#B03BB1 (or 0xB03BB1) is known color: Fuchsia. HEX triplet: B0, 3B and B1. RGB value is (176,59,177). Sum of RGB (Red+Green+Blue) = 176+59+177=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #B03BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03BB1 is #4FC44E. Grayscale: #6B6B6B. Windows color (decimal): -5227599 or 11615152. OLE color: 11615152.
HSL color Cylindrical-coordinate representation of color #B03BB1: hue angle of 299.49º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03BB1 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 177 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.31 |
| HSL | 299.49º | 0.5% | 0.46% | - |
| HSV(B) | 299.49º | 0.67% | 0.69% | - |
| XYZ | 27.4 | 15.53 | 43.15 | - |
| YUV | 107.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 177 | 0.01 | 0.67 | 0 | 0.31 | 299.49 | 0.5 | 0.46 |
| Hex | B0 | 3B | B1 | 1 | 43 | 0 | 1F | 12B | 32 | 2E |
| Octal | 260 | 73 | 261 | 1 | 103 | 0 | 37 | 453 | 62 | 56 |
| Binary | 10110000 | 111011 | 10110001 | 1 | 1000011 | 0 | 11111 | 100101011 | 110010 | 101110 |
Color Harmonies of #B03BB1
Complementary color
Monochromatic Colors of #B03BB1
Black with #B03BB1
Text Example
Text Example
White with #B03BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BB1; }
p { color: rgb(176,59,177); }
H1.HeaderClassName
{
color: #B03BB1;
}
.AnyTagClassName
{
color: #B03BB1;
}
</style>
background-color css
<style>
a { background-color: #B03BB1; }
a { background-color: rgb(176,59,177); }
div.DivClassName
{
background-color: #B03BB1;
}
.BgClassName
{
background-color: #B03BB1;
}
</style>
border-color css
<style>
span { border-color: #B03BB1; }
span { border-color: rgb(176,59,177); }
td.TdClassName
{
border-color: #B03BB1;
}
.TagClassName
{
border-color: #B03BB1;
}
</style>