Shades of Fuchsia #B434BF
Tints of Fuchsia #B434BF
RGB
CMYK
RGB Variations
Color information
#B434BF (or 0xB434BF) is known color: Fuchsia. HEX triplet: B4, 34 and BF. RGB value is (180,52,191). Sum of RGB (Red+Green+Blue) = 180+52+191=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #B434BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434BF is #4BCB40. Grayscale: #696969. Windows color (decimal): -4967233 or 12530868. OLE color: 12530868.
HSL color Cylindrical-coordinate representation of color #B434BF: hue angle of 295.25º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B434BF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 52 | 191 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.25 |
| HSL | 295.25º | 0.57% | 0.48% | - |
| HSV(B) | 295.25º | 0.73% | 0.75% | - |
| XYZ | 29.45 | 15.92 | 50.81 | - |
| YUV | 106.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 191 | 0.06 | 0.73 | 0 | 0.25 | 295.25 | 0.57 | 0.48 |
| Hex | B4 | 34 | BF | 6 | 49 | 0 | 19 | 127 | 39 | 30 |
| Octal | 264 | 64 | 277 | 6 | 111 | 0 | 31 | 447 | 71 | 60 |
| Binary | 10110100 | 110100 | 10111111 | 110 | 1001001 | 0 | 11001 | 100100111 | 111001 | 110000 |
Color Harmonies of #B434BF
Complementary color
Monochromatic Colors of #B434BF
Black with #B434BF
Text Example
Text Example
White with #B434BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434BF; }
p { color: rgb(180,52,191); }
H1.HeaderClassName
{
color: #B434BF;
}
.AnyTagClassName
{
color: #B434BF;
}
</style>
background-color css
<style>
a { background-color: #B434BF; }
a { background-color: rgb(180,52,191); }
div.DivClassName
{
background-color: #B434BF;
}
.BgClassName
{
background-color: #B434BF;
}
</style>
border-color css
<style>
span { border-color: #B434BF; }
span { border-color: rgb(180,52,191); }
td.TdClassName
{
border-color: #B434BF;
}
.TagClassName
{
border-color: #B434BF;
}
</style>