Shades of Fuchsia #B743B0
Tints of Fuchsia #B743B0
RGB
CMYK
RGB Variations
Color information
#B743B0 (or 0xB743B0) is known color: Fuchsia. HEX triplet: B7, 43 and B0. RGB value is (183,67,176). Sum of RGB (Red+Green+Blue) = 183+67+176=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B743B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B743B0 is #48BC4F. Grayscale: #717171. Windows color (decimal): -4766800 or 11551671. OLE color: 11551671.
HSL color Cylindrical-coordinate representation of color #B743B0: hue angle of 303.62º 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 #B743B0 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 176 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.28 |
| HSL | 303.62º | 0.46% | 0.49% | - |
| HSV(B) | 303.62º | 0.63% | 0.72% | - |
| XYZ | 29.37 | 17.22 | 42.85 | - |
| YUV | 114.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 176 | 0 | 0.63 | 0.04 | 0.28 | 303.62 | 0.46 | 0.49 |
| Hex | B7 | 43 | B0 | 0 | 3F | 4 | 1C | 130 | 2E | 31 |
| Octal | 267 | 103 | 260 | 0 | 77 | 4 | 34 | 460 | 56 | 61 |
| Binary | 10110111 | 1000011 | 10110000 | 0 | 111111 | 100 | 11100 | 100110000 | 101110 | 110001 |
Color Harmonies of #B743B0
Complementary color
Monochromatic Colors of #B743B0
Black with #B743B0
Text Example
Text Example
White with #B743B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B743B0; }
p { color: rgb(183,67,176); }
H1.HeaderClassName
{
color: #B743B0;
}
.AnyTagClassName
{
color: #B743B0;
}
</style>
background-color css
<style>
a { background-color: #B743B0; }
a { background-color: rgb(183,67,176); }
div.DivClassName
{
background-color: #B743B0;
}
.BgClassName
{
background-color: #B743B0;
}
</style>
border-color css
<style>
span { border-color: #B743B0; }
span { border-color: rgb(183,67,176); }
td.TdClassName
{
border-color: #B743B0;
}
.TagClassName
{
border-color: #B743B0;
}
</style>