Shades of Fuchsia #B03DB3
Tints of Fuchsia #B03DB3
RGB
CMYK
RGB Variations
Color information
#B03DB3 (or 0xB03DB3) is known color: Fuchsia. HEX triplet: B0, 3D and B3. RGB value is (176,61,179). Sum of RGB (Red+Green+Blue) = 176+61+179=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #B03DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DB3 is #4FC24C. Grayscale: #6C6C6C. Windows color (decimal): -5227085 or 11746736. OLE color: 11746736.
HSL color Cylindrical-coordinate representation of color #B03DB3: hue angle of 298.47º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03DB3 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 61 | 179 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.30 |
| HSL | 298.47º | 0.49% | 0.47% | - |
| HSV(B) | 298.47º | 0.66% | 0.7% | - |
| XYZ | 27.71 | 15.82 | 44.24 | - |
| YUV | 108.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 179 | 0.02 | 0.66 | 0 | 0.30 | 298.47 | 0.49 | 0.47 |
| Hex | B0 | 3D | B3 | 2 | 42 | 0 | 1E | 12A | 31 | 2F |
| Octal | 260 | 75 | 263 | 2 | 102 | 0 | 36 | 452 | 61 | 57 |
| Binary | 10110000 | 111101 | 10110011 | 10 | 1000010 | 0 | 11110 | 100101010 | 110001 | 101111 |
Color Harmonies of #B03DB3
Complementary color
Monochromatic Colors of #B03DB3
Black with #B03DB3
Text Example
Text Example
White with #B03DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03DB3; }
p { color: rgb(176,61,179); }
H1.HeaderClassName
{
color: #B03DB3;
}
.AnyTagClassName
{
color: #B03DB3;
}
</style>
background-color css
<style>
a { background-color: #B03DB3; }
a { background-color: rgb(176,61,179); }
div.DivClassName
{
background-color: #B03DB3;
}
.BgClassName
{
background-color: #B03DB3;
}
</style>
border-color css
<style>
span { border-color: #B03DB3; }
span { border-color: rgb(176,61,179); }
td.TdClassName
{
border-color: #B03DB3;
}
.TagClassName
{
border-color: #B03DB3;
}
</style>