Shades of Fuchsia #B03DB5
Tints of Fuchsia #B03DB5
RGB
CMYK
RGB Variations
Color information
#B03DB5 (or 0xB03DB5) is known color: Fuchsia. HEX triplet: B0, 3D and B5. RGB value is (176,61,181). Sum of RGB (Red+Green+Blue) = 176+61+181=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #B03DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DB5 is #4FC24A. Grayscale: #6C6C6C. Windows color (decimal): -5227083 or 11877808. OLE color: 11877808.
HSL color Cylindrical-coordinate representation of color #B03DB5: hue angle of 297.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03DB5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 61 | 181 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.29 |
| HSL | 297.5º | 0.5% | 0.47% | - |
| HSV(B) | 297.5º | 0.66% | 0.71% | - |
| XYZ | 27.91 | 15.9 | 45.31 | - |
| YUV | 109.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 181 | 0.03 | 0.66 | 0 | 0.29 | 297.5 | 0.5 | 0.47 |
| Hex | B0 | 3D | B5 | 3 | 42 | 0 | 1D | 12A | 32 | 2F |
| Octal | 260 | 75 | 265 | 3 | 102 | 0 | 35 | 452 | 62 | 57 |
| Binary | 10110000 | 111101 | 10110101 | 11 | 1000010 | 0 | 11101 | 100101010 | 110010 | 101111 |
Color Harmonies of #B03DB5
Complementary color
Monochromatic Colors of #B03DB5
Black with #B03DB5
Text Example
Text Example
White with #B03DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03DB5; }
p { color: rgb(176,61,181); }
H1.HeaderClassName
{
color: #B03DB5;
}
.AnyTagClassName
{
color: #B03DB5;
}
</style>
background-color css
<style>
a { background-color: #B03DB5; }
a { background-color: rgb(176,61,181); }
div.DivClassName
{
background-color: #B03DB5;
}
.BgClassName
{
background-color: #B03DB5;
}
</style>
border-color css
<style>
span { border-color: #B03DB5; }
span { border-color: rgb(176,61,181); }
td.TdClassName
{
border-color: #B03DB5;
}
.TagClassName
{
border-color: #B03DB5;
}
</style>