Shades of Fuchsia #B348BD
Tints of Fuchsia #B348BD
RGB
CMYK
RGB Variations
Color information
#B348BD (or 0xB348BD) is known color: Fuchsia. HEX triplet: B3, 48 and BD. RGB value is (179,72,189). Sum of RGB (Red+Green+Blue) = 179+72+189=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #B348BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348BD is #4CB742. Grayscale: #747474. Windows color (decimal): -5027651 or 12404915. OLE color: 12404915.
HSL color Cylindrical-coordinate representation of color #B348BD: hue angle of 294.87º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B348BD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 72 | 189 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.26 |
| HSL | 294.87º | 0.47% | 0.51% | - |
| HSV(B) | 294.87º | 0.62% | 0.74% | - |
| XYZ | 30.09 | 17.89 | 50.01 | - |
| YUV | 117.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 189 | 0.05 | 0.62 | 0 | 0.26 | 294.87 | 0.47 | 0.51 |
| Hex | B3 | 48 | BD | 5 | 3E | 0 | 1A | 127 | 2F | 33 |
| Octal | 263 | 110 | 275 | 5 | 76 | 0 | 32 | 447 | 57 | 63 |
| Binary | 10110011 | 1001000 | 10111101 | 101 | 111110 | 0 | 11010 | 100100111 | 101111 | 110011 |
Color Harmonies of #B348BD
Complementary color
Monochromatic Colors of #B348BD
Black with #B348BD
Text Example
Text Example
White with #B348BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348BD; }
p { color: rgb(179,72,189); }
H1.HeaderClassName
{
color: #B348BD;
}
.AnyTagClassName
{
color: #B348BD;
}
</style>
background-color css
<style>
a { background-color: #B348BD; }
a { background-color: rgb(179,72,189); }
div.DivClassName
{
background-color: #B348BD;
}
.BgClassName
{
background-color: #B348BD;
}
</style>
border-color css
<style>
span { border-color: #B348BD; }
span { border-color: rgb(179,72,189); }
td.TdClassName
{
border-color: #B348BD;
}
.TagClassName
{
border-color: #B348BD;
}
</style>