Shades of Fuchsia #B434BC
Tints of Fuchsia #B434BC
RGB
CMYK
RGB Variations
Color information
#B434BC (or 0xB434BC) is known color: Fuchsia. HEX triplet: B4, 34 and BC. RGB value is (180,52,188). Sum of RGB (Red+Green+Blue) = 180+52+188=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #B434BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434BC is #4BCB43. Grayscale: #696969. Windows color (decimal): -4967236 or 12334260. OLE color: 12334260.
HSL color Cylindrical-coordinate representation of color #B434BC: hue angle of 296.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B434BC is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 52 | 188 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.26 |
| HSL | 296.47º | 0.57% | 0.47% | - |
| HSV(B) | 296.47º | 0.72% | 0.74% | - |
| XYZ | 29.13 | 15.79 | 49.09 | - |
| YUV | 105.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 188 | 0.04 | 0.72 | 0 | 0.26 | 296.47 | 0.57 | 0.47 |
| Hex | B4 | 34 | BC | 4 | 48 | 0 | 1A | 128 | 39 | 2F |
| Octal | 264 | 64 | 274 | 4 | 110 | 0 | 32 | 450 | 71 | 57 |
| Binary | 10110100 | 110100 | 10111100 | 100 | 1001000 | 0 | 11010 | 100101000 | 111001 | 101111 |
Color Harmonies of #B434BC
Complementary color
Monochromatic Colors of #B434BC
Black with #B434BC
Text Example
Text Example
White with #B434BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434BC; }
p { color: rgb(180,52,188); }
H1.HeaderClassName
{
color: #B434BC;
}
.AnyTagClassName
{
color: #B434BC;
}
</style>
background-color css
<style>
a { background-color: #B434BC; }
a { background-color: rgb(180,52,188); }
div.DivClassName
{
background-color: #B434BC;
}
.BgClassName
{
background-color: #B434BC;
}
</style>
border-color css
<style>
span { border-color: #B434BC; }
span { border-color: rgb(180,52,188); }
td.TdClassName
{
border-color: #B434BC;
}
.TagClassName
{
border-color: #B434BC;
}
</style>