Shades of Fuchsia #B33BBD
Tints of Fuchsia #B33BBD
RGB
CMYK
RGB Variations
Color information
#B33BBD (or 0xB33BBD) is known color: Fuchsia. HEX triplet: B3, 3B and BD. RGB value is (179,59,189). Sum of RGB (Red+Green+Blue) = 179+59+189=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #B33BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BBD is #4CC442. Grayscale: #6D6D6D. Windows color (decimal): -5030979 or 12401587. OLE color: 12401587.
HSL color Cylindrical-coordinate representation of color #B33BBD: hue angle of 295.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33BBD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 59 | 189 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.26 |
| HSL | 295.38º | 0.52% | 0.49% | - |
| HSV(B) | 295.38º | 0.69% | 0.74% | - |
| XYZ | 29.34 | 16.39 | 49.76 | - |
| YUV | 109.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 189 | 0.05 | 0.69 | 0 | 0.26 | 295.38 | 0.52 | 0.49 |
| Hex | B3 | 3B | BD | 5 | 45 | 0 | 1A | 127 | 34 | 31 |
| Octal | 263 | 73 | 275 | 5 | 105 | 0 | 32 | 447 | 64 | 61 |
| Binary | 10110011 | 111011 | 10111101 | 101 | 1000101 | 0 | 11010 | 100100111 | 110100 | 110001 |
Color Harmonies of #B33BBD
Complementary color
Monochromatic Colors of #B33BBD
Black with #B33BBD
Text Example
Text Example
White with #B33BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BBD; }
p { color: rgb(179,59,189); }
H1.HeaderClassName
{
color: #B33BBD;
}
.AnyTagClassName
{
color: #B33BBD;
}
</style>
background-color css
<style>
a { background-color: #B33BBD; }
a { background-color: rgb(179,59,189); }
div.DivClassName
{
background-color: #B33BBD;
}
.BgClassName
{
background-color: #B33BBD;
}
</style>
border-color css
<style>
span { border-color: #B33BBD; }
span { border-color: rgb(179,59,189); }
td.TdClassName
{
border-color: #B33BBD;
}
.TagClassName
{
border-color: #B33BBD;
}
</style>