Shades of Fuchsia #B743B2
Tints of Fuchsia #B743B2
RGB
CMYK
RGB Variations
Color information
#B743B2 (or 0xB743B2) is known color: Fuchsia. HEX triplet: B7, 43 and B2. RGB value is (183,67,178). Sum of RGB (Red+Green+Blue) = 183+67+178=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B743B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B743B2 is #48BC4D. Grayscale: #727272. Windows color (decimal): -4766798 or 11682743. OLE color: 11682743.
HSL color Cylindrical-coordinate representation of color #B743B2: hue angle of 302.59º 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 #B743B2 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 178 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.28 |
| HSL | 302.59º | 0.46% | 0.49% | - |
| HSV(B) | 302.59º | 0.63% | 0.72% | - |
| XYZ | 29.57 | 17.3 | 43.9 | - |
| YUV | 114.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 178 | 0 | 0.63 | 0.03 | 0.28 | 302.59 | 0.46 | 0.49 |
| Hex | B7 | 43 | B2 | 0 | 3F | 3 | 1C | 12F | 2E | 31 |
| Octal | 267 | 103 | 262 | 0 | 77 | 3 | 34 | 457 | 56 | 61 |
| Binary | 10110111 | 1000011 | 10110010 | 0 | 111111 | 11 | 11100 | 100101111 | 101110 | 110001 |
Color Harmonies of #B743B2
Complementary color
Monochromatic Colors of #B743B2
Black with #B743B2
Text Example
Text Example
White with #B743B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B743B2; }
p { color: rgb(183,67,178); }
H1.HeaderClassName
{
color: #B743B2;
}
.AnyTagClassName
{
color: #B743B2;
}
</style>
background-color css
<style>
a { background-color: #B743B2; }
a { background-color: rgb(183,67,178); }
div.DivClassName
{
background-color: #B743B2;
}
.BgClassName
{
background-color: #B743B2;
}
</style>
border-color css
<style>
span { border-color: #B743B2; }
span { border-color: rgb(183,67,178); }
td.TdClassName
{
border-color: #B743B2;
}
.TagClassName
{
border-color: #B743B2;
}
</style>