Shades of Fuchsia #B45CBC
Tints of Fuchsia #B45CBC
RGB
CMYK
RGB Variations
Color information
#B45CBC (or 0xB45CBC) is known color: Fuchsia. HEX triplet: B4, 5C and BC. RGB value is (180,92,188). Sum of RGB (Red+Green+Blue) = 180+92+188=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #B45CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CBC is #4BA343. Grayscale: #808080. Windows color (decimal): -4956996 or 12344500. OLE color: 12344500.
HSL color Cylindrical-coordinate representation of color #B45CBC: hue angle of 295º 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 #B45CBC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 92 | 188 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.26 |
| HSL | 295º | 0.42% | 0.55% | - |
| HSV(B) | 295º | 0.51% | 0.74% | - |
| XYZ | 31.73 | 20.99 | 49.96 | - |
| YUV | 129.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 188 | 0.04 | 0.51 | 0 | 0.26 | 295 | 0.42 | 0.55 |
| Hex | B4 | 5C | BC | 4 | 33 | 0 | 1A | 127 | 2A | 37 |
| Octal | 264 | 134 | 274 | 4 | 63 | 0 | 32 | 447 | 52 | 67 |
| Binary | 10110100 | 1011100 | 10111100 | 100 | 110011 | 0 | 11010 | 100100111 | 101010 | 110111 |
Color Harmonies of #B45CBC
Complementary color
Monochromatic Colors of #B45CBC
Black with #B45CBC
Text Example
Text Example
White with #B45CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CBC; }
p { color: rgb(180,92,188); }
H1.HeaderClassName
{
color: #B45CBC;
}
.AnyTagClassName
{
color: #B45CBC;
}
</style>
background-color css
<style>
a { background-color: #B45CBC; }
a { background-color: rgb(180,92,188); }
div.DivClassName
{
background-color: #B45CBC;
}
.BgClassName
{
background-color: #B45CBC;
}
</style>
border-color css
<style>
span { border-color: #B45CBC; }
span { border-color: rgb(180,92,188); }
td.TdClassName
{
border-color: #B45CBC;
}
.TagClassName
{
border-color: #B45CBC;
}
</style>