Shades of Fuchsia #B03DB1
Tints of Fuchsia #B03DB1
RGB
CMYK
RGB Variations
Color information
#B03DB1 (or 0xB03DB1) is known color: Fuchsia. HEX triplet: B0, 3D and B1. RGB value is (176,61,177). Sum of RGB (Red+Green+Blue) = 176+61+177=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 177 - color contains mainly: blue. Hex color #B03DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03DB1 is #4FC24E. Grayscale: #6C6C6C. Windows color (decimal): -5227087 or 11615664. OLE color: 11615664.
HSL color Cylindrical-coordinate representation of color #B03DB1: hue angle of 299.48º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03DB1 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 177 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.31 |
| HSL | 299.48º | 0.49% | 0.47% | - |
| HSV(B) | 299.48º | 0.66% | 0.69% | - |
| XYZ | 27.51 | 15.74 | 43.18 | - |
| YUV | 108.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 177 | 0.01 | 0.66 | 0 | 0.31 | 299.48 | 0.49 | 0.47 |
| Hex | B0 | 3D | B1 | 1 | 42 | 0 | 1F | 12B | 31 | 2F |
| Octal | 260 | 75 | 261 | 1 | 102 | 0 | 37 | 453 | 61 | 57 |
| Binary | 10110000 | 111101 | 10110001 | 1 | 1000010 | 0 | 11111 | 100101011 | 110001 | 101111 |
Color Harmonies of #B03DB1
Complementary color
Monochromatic Colors of #B03DB1
Black with #B03DB1
Text Example
Text Example
White with #B03DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03DB1; }
p { color: rgb(176,61,177); }
H1.HeaderClassName
{
color: #B03DB1;
}
.AnyTagClassName
{
color: #B03DB1;
}
</style>
background-color css
<style>
a { background-color: #B03DB1; }
a { background-color: rgb(176,61,177); }
div.DivClassName
{
background-color: #B03DB1;
}
.BgClassName
{
background-color: #B03DB1;
}
</style>
border-color css
<style>
span { border-color: #B03DB1; }
span { border-color: rgb(176,61,177); }
td.TdClassName
{
border-color: #B03DB1;
}
.TagClassName
{
border-color: #B03DB1;
}
</style>