Shades of Fuchsia #B735B0
Tints of Fuchsia #B735B0
RGB
CMYK
RGB Variations
Color information
#B735B0 (or 0xB735B0) is known color: Fuchsia. HEX triplet: B7, 35 and B0. RGB value is (183,53,176). Sum of RGB (Red+Green+Blue) = 183+53+176=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B735B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735B0 is #48CA4F. Grayscale: #696969. Windows color (decimal): -4770384 or 11548087. OLE color: 11548087.
HSL color Cylindrical-coordinate representation of color #B735B0: hue angle of 303.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B735B0 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 176 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.28 |
| HSL | 303.23º | 0.55% | 0.46% | - |
| HSV(B) | 303.23º | 0.71% | 0.72% | - |
| XYZ | 28.64 | 15.75 | 42.6 | - |
| YUV | 105.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 176 | 0 | 0.71 | 0.04 | 0.28 | 303.23 | 0.55 | 0.46 |
| Hex | B7 | 35 | B0 | 0 | 47 | 4 | 1C | 12F | 37 | 2E |
| Octal | 267 | 65 | 260 | 0 | 107 | 4 | 34 | 457 | 67 | 56 |
| Binary | 10110111 | 110101 | 10110000 | 0 | 1000111 | 100 | 11100 | 100101111 | 110111 | 101110 |
Color Harmonies of #B735B0
Complementary color
Monochromatic Colors of #B735B0
Black with #B735B0
Text Example
Text Example
White with #B735B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735B0; }
p { color: rgb(183,53,176); }
H1.HeaderClassName
{
color: #B735B0;
}
.AnyTagClassName
{
color: #B735B0;
}
</style>
background-color css
<style>
a { background-color: #B735B0; }
a { background-color: rgb(183,53,176); }
div.DivClassName
{
background-color: #B735B0;
}
.BgClassName
{
background-color: #B735B0;
}
</style>
border-color css
<style>
span { border-color: #B735B0; }
span { border-color: rgb(183,53,176); }
td.TdClassName
{
border-color: #B735B0;
}
.TagClassName
{
border-color: #B735B0;
}
</style>