Shades of Fuchsia #B12DB1
Tints of Fuchsia #B12DB1
RGB
CMYK
RGB Variations
Color information
#B12DB1 (or 0xB12DB1) is known color: Fuchsia. HEX triplet: B1, 2D and B1. RGB value is (177,45,177). Sum of RGB (Red+Green+Blue) = 177+45+177=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B12DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DB1 is #4ED24E. Grayscale: #636363. Windows color (decimal): -5165647 or 11611569. OLE color: 11611569.
HSL color Cylindrical-coordinate representation of color #B12DB1: hue angle of 300º 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 #B12DB1 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 177 | - |
| CMYK | 0 | 0.75 | 0 | 0.31 |
| HSL | 300º | 0.59% | 0.44% | - |
| HSV(B) | 300º | 0.75% | 0.69% | - |
| XYZ | 27.01 | 14.4 | 42.95 | - |
| YUV | 99.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 177 | 0 | 0.75 | 0 | 0.31 | 300 | 0.59 | 0.44 |
| Hex | B1 | 2D | B1 | 0 | 4B | 0 | 1F | 12C | 3B | 2C |
| Octal | 261 | 55 | 261 | 0 | 113 | 0 | 37 | 454 | 73 | 54 |
| Binary | 10110001 | 101101 | 10110001 | 0 | 1001011 | 0 | 11111 | 100101100 | 111011 | 101100 |
Color Harmonies of #B12DB1
Complementary color
Monochromatic Colors of #B12DB1
Black with #B12DB1
Text Example
Text Example
White with #B12DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DB1; }
p { color: rgb(177,45,177); }
H1.HeaderClassName
{
color: #B12DB1;
}
.AnyTagClassName
{
color: #B12DB1;
}
</style>
background-color css
<style>
a { background-color: #B12DB1; }
a { background-color: rgb(177,45,177); }
div.DivClassName
{
background-color: #B12DB1;
}
.BgClassName
{
background-color: #B12DB1;
}
</style>
border-color css
<style>
span { border-color: #B12DB1; }
span { border-color: rgb(177,45,177); }
td.TdClassName
{
border-color: #B12DB1;
}
.TagClassName
{
border-color: #B12DB1;
}
</style>