Shades of Fuchsia #B12DB0
Tints of Fuchsia #B12DB0
RGB
CMYK
RGB Variations
Color information
#B12DB0 (or 0xB12DB0) is known color: Fuchsia. HEX triplet: B1, 2D and B0. RGB value is (177,45,176). Sum of RGB (Red+Green+Blue) = 177+45+176=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DB0 is #4ED24F. Grayscale: #636363. Windows color (decimal): -5165648 or 11546033. OLE color: 11546033.
HSL color Cylindrical-coordinate representation of color #B12DB0: hue angle of 300.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12DB0 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 176 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.31 |
| HSL | 300.45º | 0.59% | 0.44% | - |
| HSV(B) | 300.45º | 0.75% | 0.69% | - |
| XYZ | 26.91 | 14.36 | 42.43 | - |
| YUV | 99.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 176 | 0 | 0.75 | 0.01 | 0.31 | 300.45 | 0.59 | 0.44 |
| Hex | B1 | 2D | B0 | 0 | 4B | 1 | 1F | 12C | 3B | 2C |
| Octal | 261 | 55 | 260 | 0 | 113 | 1 | 37 | 454 | 73 | 54 |
| Binary | 10110001 | 101101 | 10110000 | 0 | 1001011 | 1 | 11111 | 100101100 | 111011 | 101100 |
Color Harmonies of #B12DB0
Complementary color
Monochromatic Colors of #B12DB0
Black with #B12DB0
Text Example
Text Example
White with #B12DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DB0; }
p { color: rgb(177,45,176); }
H1.HeaderClassName
{
color: #B12DB0;
}
.AnyTagClassName
{
color: #B12DB0;
}
</style>
background-color css
<style>
a { background-color: #B12DB0; }
a { background-color: rgb(177,45,176); }
div.DivClassName
{
background-color: #B12DB0;
}
.BgClassName
{
background-color: #B12DB0;
}
</style>
border-color css
<style>
span { border-color: #B12DB0; }
span { border-color: rgb(177,45,176); }
td.TdClassName
{
border-color: #B12DB0;
}
.TagClassName
{
border-color: #B12DB0;
}
</style>