Shades of Fuchsia #B45FBD
Tints of Fuchsia #B45FBD
RGB
CMYK
RGB Variations
Color information
#B45FBD (or 0xB45FBD) is known color: Fuchsia. HEX triplet: B4, 5F and BD. RGB value is (180,95,189). Sum of RGB (Red+Green+Blue) = 180+95+189=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #B45FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FBD is #4BA042. Grayscale: #828282. Windows color (decimal): -4956227 or 12410804. OLE color: 12410804.
HSL color Cylindrical-coordinate representation of color #B45FBD: hue angle of 294.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45FBD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 95 | 189 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.26 |
| HSL | 294.26º | 0.42% | 0.56% | - |
| HSV(B) | 294.26º | 0.5% | 0.74% | - |
| XYZ | 32.1 | 21.56 | 50.61 | - |
| YUV | 131.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 95 | 189 | 0.05 | 0.50 | 0 | 0.26 | 294.26 | 0.42 | 0.56 |
| Hex | B4 | 5F | BD | 5 | 32 | 0 | 1A | 126 | 2A | 38 |
| Octal | 264 | 137 | 275 | 5 | 62 | 0 | 32 | 446 | 52 | 70 |
| Binary | 10110100 | 1011111 | 10111101 | 101 | 110010 | 0 | 11010 | 100100110 | 101010 | 111000 |
Color Harmonies of #B45FBD
Complementary color
Monochromatic Colors of #B45FBD
Black with #B45FBD
Text Example
Text Example
White with #B45FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45FBD; }
p { color: rgb(180,95,189); }
H1.HeaderClassName
{
color: #B45FBD;
}
.AnyTagClassName
{
color: #B45FBD;
}
</style>
background-color css
<style>
a { background-color: #B45FBD; }
a { background-color: rgb(180,95,189); }
div.DivClassName
{
background-color: #B45FBD;
}
.BgClassName
{
background-color: #B45FBD;
}
</style>
border-color css
<style>
span { border-color: #B45FBD; }
span { border-color: rgb(180,95,189); }
td.TdClassName
{
border-color: #B45FBD;
}
.TagClassName
{
border-color: #B45FBD;
}
</style>