Shades of Fuchsia #B35DBD
Tints of Fuchsia #B35DBD
RGB
CMYK
RGB Variations
Color information
#B35DBD (or 0xB35DBD) is known color: Fuchsia. HEX triplet: B3, 5D and BD. RGB value is (179,93,189). Sum of RGB (Red+Green+Blue) = 179+93+189=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #B35DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DBD is #4CA242. Grayscale: #818181. Windows color (decimal): -5022275 or 12410291. OLE color: 12410291.
HSL color Cylindrical-coordinate representation of color #B35DBD: hue angle of 293.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35DBD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 179 | 93 | 189 | - |
CMYK | 0.05 | 0.51 | 0 | 0.26 |
HSL | 293.75º | 0.42% | 0.55% | - |
HSV(B) | 293.75º | 0.51% | 0.74% | - |
XYZ | 31.69 | 21.09 | 50.54 | - |
YUV | 129.66 | 161.49 | 163.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 93 | 189 | 0.05 | 0.51 | 0 | 0.26 | 293.75 | 0.42 | 0.55 |
Hex | B3 | 5D | BD | 5 | 33 | 0 | 1A | 126 | 2A | 37 |
Octal | 263 | 135 | 275 | 5 | 63 | 0 | 32 | 446 | 52 | 67 |
Binary | 10110011 | 1011101 | 10111101 | 101 | 110011 | 0 | 11010 | 100100110 | 101010 | 110111 |
Color Harmonies of #B35DBD
Complementary color
Monochromatic Colors of #B35DBD
Black with #B35DBD
Text Example
Text Example
White with #B35DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35DBD; }
p { color: rgb(179,93,189); }
H1.HeaderClassName
{
color: #B35DBD;
}
.AnyTagClassName
{
color: #B35DBD;
}
</style>
background-color css
<style>
a { background-color: #B35DBD; }
a { background-color: rgb(179,93,189); }
div.DivClassName
{
background-color: #B35DBD;
}
.BgClassName
{
background-color: #B35DBD;
}
</style>
border-color css
<style>
span { border-color: #B35DBD; }
span { border-color: rgb(179,93,189); }
td.TdClassName
{
border-color: #B35DBD;
}
.TagClassName
{
border-color: #B35DBD;
}
</style>