Shades of Fuchsia #B33DB2
Tints of Fuchsia #B33DB2
RGB
CMYK
RGB Variations
Color information
#B33DB2 (or 0xB33DB2) is known color: Fuchsia. HEX triplet: B3, 3D and B2. RGB value is (179,61,178). Sum of RGB (Red+Green+Blue) = 179+61+178=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B33DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33DB2 is #4CC24D. Grayscale: #6D6D6D. Windows color (decimal): -5030478 or 11681203. OLE color: 11681203.
HSL color Cylindrical-coordinate representation of color #B33DB2: hue angle of 300.51º 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 #B33DB2 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 178 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.30 |
| HSL | 300.51º | 0.49% | 0.47% | - |
| HSV(B) | 300.51º | 0.66% | 0.7% | - |
| XYZ | 28.3 | 16.14 | 43.74 | - |
| YUV | 109.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 178 | 0 | 0.66 | 0.01 | 0.30 | 300.51 | 0.49 | 0.47 |
| Hex | B3 | 3D | B2 | 0 | 42 | 1 | 1E | 12D | 31 | 2F |
| Octal | 263 | 75 | 262 | 0 | 102 | 1 | 36 | 455 | 61 | 57 |
| Binary | 10110011 | 111101 | 10110010 | 0 | 1000010 | 1 | 11110 | 100101101 | 110001 | 101111 |
Color Harmonies of #B33DB2
Complementary color
Monochromatic Colors of #B33DB2
Black with #B33DB2
Text Example
Text Example
White with #B33DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DB2; }
p { color: rgb(179,61,178); }
H1.HeaderClassName
{
color: #B33DB2;
}
.AnyTagClassName
{
color: #B33DB2;
}
</style>
background-color css
<style>
a { background-color: #B33DB2; }
a { background-color: rgb(179,61,178); }
div.DivClassName
{
background-color: #B33DB2;
}
.BgClassName
{
background-color: #B33DB2;
}
</style>
border-color css
<style>
span { border-color: #B33DB2; }
span { border-color: rgb(179,61,178); }
td.TdClassName
{
border-color: #B33DB2;
}
.TagClassName
{
border-color: #B33DB2;
}
</style>