Shades of Fuchsia #B443B7
Tints of Fuchsia #B443B7
RGB
CMYK
RGB Variations
Color information
#B443B7 (or 0xB443B7) is known color: Fuchsia. HEX triplet: B4, 43 and B7. RGB value is (180,67,183). Sum of RGB (Red+Green+Blue) = 180+67+183=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #B443B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443B7 is #4BBC48. Grayscale: #717171. Windows color (decimal): -4963401 or 12010420. OLE color: 12010420.
HSL color Cylindrical-coordinate representation of color #B443B7: hue angle of 298.45º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B443B7 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 67 | 183 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.28 |
| HSL | 298.45º | 0.46% | 0.49% | - |
| HSV(B) | 298.45º | 0.63% | 0.72% | - |
| XYZ | 29.38 | 17.14 | 46.56 | - |
| YUV | 114.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 183 | 0.02 | 0.63 | 0 | 0.28 | 298.45 | 0.46 | 0.49 |
| Hex | B4 | 43 | B7 | 2 | 3F | 0 | 1C | 12A | 2E | 31 |
| Octal | 264 | 103 | 267 | 2 | 77 | 0 | 34 | 452 | 56 | 61 |
| Binary | 10110100 | 1000011 | 10110111 | 10 | 111111 | 0 | 11100 | 100101010 | 101110 | 110001 |
Color Harmonies of #B443B7
Complementary color
Monochromatic Colors of #B443B7
Black with #B443B7
Text Example
Text Example
White with #B443B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443B7; }
p { color: rgb(180,67,183); }
H1.HeaderClassName
{
color: #B443B7;
}
.AnyTagClassName
{
color: #B443B7;
}
</style>
background-color css
<style>
a { background-color: #B443B7; }
a { background-color: rgb(180,67,183); }
div.DivClassName
{
background-color: #B443B7;
}
.BgClassName
{
background-color: #B443B7;
}
</style>
border-color css
<style>
span { border-color: #B443B7; }
span { border-color: rgb(180,67,183); }
td.TdClassName
{
border-color: #B443B7;
}
.TagClassName
{
border-color: #B443B7;
}
</style>