Shades of Fuchsia #B334BD
Tints of Fuchsia #B334BD
RGB
CMYK
RGB Variations
Color information
#B334BD (or 0xB334BD) is known color: Fuchsia. HEX triplet: B3, 34 and BD. RGB value is (179,52,189). Sum of RGB (Red+Green+Blue) = 179+52+189=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #B334BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334BD is #4CCB42. Grayscale: #696969. Windows color (decimal): -5032771 or 12399795. OLE color: 12399795.
HSL color Cylindrical-coordinate representation of color #B334BD: hue angle of 295.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B334BD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 52 | 189 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.26 |
| HSL | 295.62º | 0.57% | 0.47% | - |
| HSV(B) | 295.62º | 0.72% | 0.74% | - |
| XYZ | 29 | 15.71 | 49.65 | - |
| YUV | 105.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 189 | 0.05 | 0.72 | 0 | 0.26 | 295.62 | 0.57 | 0.47 |
| Hex | B3 | 34 | BD | 5 | 48 | 0 | 1A | 128 | 39 | 2F |
| Octal | 263 | 64 | 275 | 5 | 110 | 0 | 32 | 450 | 71 | 57 |
| Binary | 10110011 | 110100 | 10111101 | 101 | 1001000 | 0 | 11010 | 100101000 | 111001 | 101111 |
Color Harmonies of #B334BD
Complementary color
Monochromatic Colors of #B334BD
Black with #B334BD
Text Example
Text Example
White with #B334BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334BD; }
p { color: rgb(179,52,189); }
H1.HeaderClassName
{
color: #B334BD;
}
.AnyTagClassName
{
color: #B334BD;
}
</style>
background-color css
<style>
a { background-color: #B334BD; }
a { background-color: rgb(179,52,189); }
div.DivClassName
{
background-color: #B334BD;
}
.BgClassName
{
background-color: #B334BD;
}
</style>
border-color css
<style>
span { border-color: #B334BD; }
span { border-color: rgb(179,52,189); }
td.TdClassName
{
border-color: #B334BD;
}
.TagClassName
{
border-color: #B334BD;
}
</style>