Shades of Fuchsia #B436C0
Tints of Fuchsia #B436C0
RGB
CMYK
RGB Variations
Color information
#B436C0 (or 0xB436C0) is known color: Fuchsia. HEX triplet: B4, 36 and C0. RGB value is (180,54,192). Sum of RGB (Red+Green+Blue) = 180+54+192=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #B436C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436C0 is #4BC93F. Grayscale: #6A6A6A. Windows color (decimal): -4966720 or 12596916. OLE color: 12596916.
HSL color Cylindrical-coordinate representation of color #B436C0: hue angle of 294.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B436C0 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 54 | 192 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.25 |
| HSL | 294.78º | 0.56% | 0.48% | - |
| HSV(B) | 294.78º | 0.72% | 0.75% | - |
| XYZ | 29.66 | 16.15 | 51.42 | - |
| YUV | 107.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 192 | 0.06 | 0.72 | 0 | 0.25 | 294.78 | 0.56 | 0.48 |
| Hex | B4 | 36 | C0 | 6 | 48 | 0 | 19 | 127 | 38 | 30 |
| Octal | 264 | 66 | 300 | 6 | 110 | 0 | 31 | 447 | 70 | 60 |
| Binary | 10110100 | 110110 | 11000000 | 110 | 1001000 | 0 | 11001 | 100100111 | 111000 | 110000 |
Color Harmonies of #B436C0
Complementary color
Monochromatic Colors of #B436C0
Black with #B436C0
Text Example
Text Example
White with #B436C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B436C0; }
p { color: rgb(180,54,192); }
H1.HeaderClassName
{
color: #B436C0;
}
.AnyTagClassName
{
color: #B436C0;
}
</style>
background-color css
<style>
a { background-color: #B436C0; }
a { background-color: rgb(180,54,192); }
div.DivClassName
{
background-color: #B436C0;
}
.BgClassName
{
background-color: #B436C0;
}
</style>
border-color css
<style>
span { border-color: #B436C0; }
span { border-color: rgb(180,54,192); }
td.TdClassName
{
border-color: #B436C0;
}
.TagClassName
{
border-color: #B436C0;
}
</style>