Shades of Fuchsia #B735B2
Tints of Fuchsia #B735B2
RGB
CMYK
RGB Variations
Color information
#B735B2 (or 0xB735B2) is known color: Fuchsia. HEX triplet: B7, 35 and B2. RGB value is (183,53,178). Sum of RGB (Red+Green+Blue) = 183+53+178=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B735B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735B2 is #48CA4D. Grayscale: #696969. Windows color (decimal): -4770382 or 11679159. OLE color: 11679159.
HSL color Cylindrical-coordinate representation of color #B735B2: hue angle of 302.31º 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 #B735B2 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 178 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.28 |
| HSL | 302.31º | 0.55% | 0.46% | - |
| HSV(B) | 302.31º | 0.71% | 0.72% | - |
| XYZ | 28.84 | 15.83 | 43.65 | - |
| YUV | 106.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 178 | 0 | 0.71 | 0.03 | 0.28 | 302.31 | 0.55 | 0.46 |
| Hex | B7 | 35 | B2 | 0 | 47 | 3 | 1C | 12E | 37 | 2E |
| Octal | 267 | 65 | 262 | 0 | 107 | 3 | 34 | 456 | 67 | 56 |
| Binary | 10110111 | 110101 | 10110010 | 0 | 1000111 | 11 | 11100 | 100101110 | 110111 | 101110 |
Color Harmonies of #B735B2
Complementary color
Monochromatic Colors of #B735B2
Black with #B735B2
Text Example
Text Example
White with #B735B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735B2; }
p { color: rgb(183,53,178); }
H1.HeaderClassName
{
color: #B735B2;
}
.AnyTagClassName
{
color: #B735B2;
}
</style>
background-color css
<style>
a { background-color: #B735B2; }
a { background-color: rgb(183,53,178); }
div.DivClassName
{
background-color: #B735B2;
}
.BgClassName
{
background-color: #B735B2;
}
</style>
border-color css
<style>
span { border-color: #B735B2; }
span { border-color: rgb(183,53,178); }
td.TdClassName
{
border-color: #B735B2;
}
.TagClassName
{
border-color: #B735B2;
}
</style>