Shades of Fuchsia #B33DBA
Tints of Fuchsia #B33DBA
RGB
CMYK
RGB Variations
Color information
#B33DBA (or 0xB33DBA) is known color: Fuchsia. HEX triplet: B3, 3D and BA. RGB value is (179,61,186). Sum of RGB (Red+Green+Blue) = 179+61+186=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #B33DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DBA is #4CC245. Grayscale: #6E6E6E. Windows color (decimal): -5030470 or 12205491. OLE color: 12205491.
HSL color Cylindrical-coordinate representation of color #B33DBA: hue angle of 296.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33DBA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 61 | 186 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.27 |
| HSL | 296.64º | 0.51% | 0.48% | - |
| HSV(B) | 296.64º | 0.67% | 0.73% | - |
| XYZ | 29.12 | 16.47 | 48.1 | - |
| YUV | 110.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 186 | 0.04 | 0.67 | 0 | 0.27 | 296.64 | 0.51 | 0.48 |
| Hex | B3 | 3D | BA | 4 | 43 | 0 | 1B | 129 | 33 | 30 |
| Octal | 263 | 75 | 272 | 4 | 103 | 0 | 33 | 451 | 63 | 60 |
| Binary | 10110011 | 111101 | 10111010 | 100 | 1000011 | 0 | 11011 | 100101001 | 110011 | 110000 |
Color Harmonies of #B33DBA
Complementary color
Monochromatic Colors of #B33DBA
Black with #B33DBA
Text Example
Text Example
White with #B33DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DBA; }
p { color: rgb(179,61,186); }
H1.HeaderClassName
{
color: #B33DBA;
}
.AnyTagClassName
{
color: #B33DBA;
}
</style>
background-color css
<style>
a { background-color: #B33DBA; }
a { background-color: rgb(179,61,186); }
div.DivClassName
{
background-color: #B33DBA;
}
.BgClassName
{
background-color: #B33DBA;
}
</style>
border-color css
<style>
span { border-color: #B33DBA; }
span { border-color: rgb(179,61,186); }
td.TdClassName
{
border-color: #B33DBA;
}
.TagClassName
{
border-color: #B33DBA;
}
</style>