Shades of Fuchsia #B33DB5
Tints of Fuchsia #B33DB5
RGB
CMYK
RGB Variations
Color information
#B33DB5 (or 0xB33DB5) is known color: Fuchsia. HEX triplet: B3, 3D and B5. RGB value is (179,61,181). Sum of RGB (Red+Green+Blue) = 179+61+181=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #B33DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DB5 is #4CC24A. Grayscale: #6D6D6D. Windows color (decimal): -5030475 or 11877811. OLE color: 11877811.
HSL color Cylindrical-coordinate representation of color #B33DB5: hue angle of 299º 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 #B33DB5 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 61 | 181 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.29 |
| HSL | 299º | 0.5% | 0.47% | - |
| HSV(B) | 299º | 0.66% | 0.71% | - |
| XYZ | 28.6 | 16.26 | 45.35 | - |
| YUV | 109.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 181 | 0.01 | 0.66 | 0 | 0.29 | 299 | 0.5 | 0.47 |
| Hex | B3 | 3D | B5 | 1 | 42 | 0 | 1D | 12B | 32 | 2F |
| Octal | 263 | 75 | 265 | 1 | 102 | 0 | 35 | 453 | 62 | 57 |
| Binary | 10110011 | 111101 | 10110101 | 1 | 1000010 | 0 | 11101 | 100101011 | 110010 | 101111 |
Color Harmonies of #B33DB5
Complementary color
Monochromatic Colors of #B33DB5
Black with #B33DB5
Text Example
Text Example
White with #B33DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DB5; }
p { color: rgb(179,61,181); }
H1.HeaderClassName
{
color: #B33DB5;
}
.AnyTagClassName
{
color: #B33DB5;
}
</style>
background-color css
<style>
a { background-color: #B33DB5; }
a { background-color: rgb(179,61,181); }
div.DivClassName
{
background-color: #B33DB5;
}
.BgClassName
{
background-color: #B33DB5;
}
</style>
border-color css
<style>
span { border-color: #B33DB5; }
span { border-color: rgb(179,61,181); }
td.TdClassName
{
border-color: #B33DB5;
}
.TagClassName
{
border-color: #B33DB5;
}
</style>