Shades of Fuchsia #B45DBD
Tints of Fuchsia #B45DBD
RGB
CMYK
RGB Variations
Color information
#B45DBD (or 0xB45DBD) is known color: Fuchsia. HEX triplet: B4, 5D and BD. RGB value is (180,93,189). Sum of RGB (Red+Green+Blue) = 180+93+189=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #B45DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45DBD is #4BA242. Grayscale: #818181. Windows color (decimal): -4956739 or 12410292. OLE color: 12410292.
HSL color Cylindrical-coordinate representation of color #B45DBD: hue angle of 294.38º 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 #B45DBD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 180 | 93 | 189 | - |
CMYK | 0.05 | 0.51 | 0 | 0.26 |
HSL | 294.38º | 0.42% | 0.55% | - |
HSV(B) | 294.38º | 0.51% | 0.74% | - |
XYZ | 31.92 | 21.21 | 50.55 | - |
YUV | 129.96 | 161.32 | 163.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 93 | 189 | 0.05 | 0.51 | 0 | 0.26 | 294.38 | 0.42 | 0.55 |
Hex | B4 | 5D | BD | 5 | 33 | 0 | 1A | 126 | 2A | 37 |
Octal | 264 | 135 | 275 | 5 | 63 | 0 | 32 | 446 | 52 | 67 |
Binary | 10110100 | 1011101 | 10111101 | 101 | 110011 | 0 | 11010 | 100100110 | 101010 | 110111 |
Color Harmonies of #B45DBD
Complementary color
Monochromatic Colors of #B45DBD
Black with #B45DBD
Text Example
Text Example
White with #B45DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DBD; }
p { color: rgb(180,93,189); }
H1.HeaderClassName
{
color: #B45DBD;
}
.AnyTagClassName
{
color: #B45DBD;
}
</style>
background-color css
<style>
a { background-color: #B45DBD; }
a { background-color: rgb(180,93,189); }
div.DivClassName
{
background-color: #B45DBD;
}
.BgClassName
{
background-color: #B45DBD;
}
</style>
border-color css
<style>
span { border-color: #B45DBD; }
span { border-color: rgb(180,93,189); }
td.TdClassName
{
border-color: #B45DBD;
}
.TagClassName
{
border-color: #B45DBD;
}
</style>