Shades of Fuchsia #B33DB4
Tints of Fuchsia #B33DB4
RGB
CMYK
RGB Variations
Color information
#B33DB4 (or 0xB33DB4) is known color: Fuchsia. HEX triplet: B3, 3D and B4. RGB value is (179,61,180). Sum of RGB (Red+Green+Blue) = 179+61+180=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #B33DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DB4 is #4CC24B. Grayscale: #6D6D6D. Windows color (decimal): -5030476 or 11812275. OLE color: 11812275.
HSL color Cylindrical-coordinate representation of color #B33DB4: hue angle of 299.5º degrees, saturation: 0.49, 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 #B33DB4 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 61 | 180 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.29 |
| HSL | 299.5º | 0.49% | 0.47% | - |
| HSV(B) | 299.5º | 0.66% | 0.71% | - |
| XYZ | 28.5 | 16.22 | 44.81 | - |
| YUV | 109.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 180 | 0.01 | 0.66 | 0 | 0.29 | 299.5 | 0.49 | 0.47 |
| Hex | B3 | 3D | B4 | 1 | 42 | 0 | 1D | 12B | 31 | 2F |
| Octal | 263 | 75 | 264 | 1 | 102 | 0 | 35 | 453 | 61 | 57 |
| Binary | 10110011 | 111101 | 10110100 | 1 | 1000010 | 0 | 11101 | 100101011 | 110001 | 101111 |
Color Harmonies of #B33DB4
Complementary color
Monochromatic Colors of #B33DB4
Black with #B33DB4
Text Example
Text Example
White with #B33DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DB4; }
p { color: rgb(179,61,180); }
H1.HeaderClassName
{
color: #B33DB4;
}
.AnyTagClassName
{
color: #B33DB4;
}
</style>
background-color css
<style>
a { background-color: #B33DB4; }
a { background-color: rgb(179,61,180); }
div.DivClassName
{
background-color: #B33DB4;
}
.BgClassName
{
background-color: #B33DB4;
}
</style>
border-color css
<style>
span { border-color: #B33DB4; }
span { border-color: rgb(179,61,180); }
td.TdClassName
{
border-color: #B33DB4;
}
.TagClassName
{
border-color: #B33DB4;
}
</style>