Shades of Fuchsia #B338BC
Tints of Fuchsia #B338BC
RGB
CMYK
RGB Variations
Color information
#B338BC (or 0xB338BC) is known color: Fuchsia. HEX triplet: B3, 38 and BC. RGB value is (179,56,188). Sum of RGB (Red+Green+Blue) = 179+56+188=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #B338BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338BC is #4CC743. Grayscale: #6B6B6B. Windows color (decimal): -5031748 or 12335283. OLE color: 12335283.
HSL color Cylindrical-coordinate representation of color #B338BC: hue angle of 295.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B338BC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 56 | 188 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.26 |
| HSL | 295.91º | 0.54% | 0.48% | - |
| HSV(B) | 295.91º | 0.7% | 0.74% | - |
| XYZ | 29.08 | 16.04 | 49.14 | - |
| YUV | 107.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 188 | 0.05 | 0.70 | 0 | 0.26 | 295.91 | 0.54 | 0.48 |
| Hex | B3 | 38 | BC | 5 | 46 | 0 | 1A | 128 | 36 | 30 |
| Octal | 263 | 70 | 274 | 5 | 106 | 0 | 32 | 450 | 66 | 60 |
| Binary | 10110011 | 111000 | 10111100 | 101 | 1000110 | 0 | 11010 | 100101000 | 110110 | 110000 |
Color Harmonies of #B338BC
Complementary color
Monochromatic Colors of #B338BC
Black with #B338BC
Text Example
Text Example
White with #B338BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B338BC; }
p { color: rgb(179,56,188); }
H1.HeaderClassName
{
color: #B338BC;
}
.AnyTagClassName
{
color: #B338BC;
}
</style>
background-color css
<style>
a { background-color: #B338BC; }
a { background-color: rgb(179,56,188); }
div.DivClassName
{
background-color: #B338BC;
}
.BgClassName
{
background-color: #B338BC;
}
</style>
border-color css
<style>
span { border-color: #B338BC; }
span { border-color: rgb(179,56,188); }
td.TdClassName
{
border-color: #B338BC;
}
.TagClassName
{
border-color: #B338BC;
}
</style>