Shades of Fuchsia #B735BC
Tints of Fuchsia #B735BC
RGB
CMYK
RGB Variations
Color information
#B735BC (or 0xB735BC) is known color: Fuchsia. HEX triplet: B7, 35 and BC. RGB value is (183,53,188). Sum of RGB (Red+Green+Blue) = 183+53+188=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #B735BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735BC is #48CA43. Grayscale: #6A6A6A. Windows color (decimal): -4770372 or 12334519. OLE color: 12334519.
HSL color Cylindrical-coordinate representation of color #B735BC: hue angle of 297.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B735BC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 53 | 188 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.26 |
| HSL | 297.78º | 0.56% | 0.47% | - |
| HSV(B) | 297.78º | 0.72% | 0.74% | - |
| XYZ | 29.88 | 16.24 | 49.14 | - |
| YUV | 107.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 188 | 0.03 | 0.72 | 0 | 0.26 | 297.78 | 0.56 | 0.47 |
| Hex | B7 | 35 | BC | 3 | 48 | 0 | 1A | 12A | 38 | 2F |
| Octal | 267 | 65 | 274 | 3 | 110 | 0 | 32 | 452 | 70 | 57 |
| Binary | 10110111 | 110101 | 10111100 | 11 | 1001000 | 0 | 11010 | 100101010 | 111000 | 101111 |
Color Harmonies of #B735BC
Complementary color
Monochromatic Colors of #B735BC
Black with #B735BC
Text Example
Text Example
White with #B735BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735BC; }
p { color: rgb(183,53,188); }
H1.HeaderClassName
{
color: #B735BC;
}
.AnyTagClassName
{
color: #B735BC;
}
</style>
background-color css
<style>
a { background-color: #B735BC; }
a { background-color: rgb(183,53,188); }
div.DivClassName
{
background-color: #B735BC;
}
.BgClassName
{
background-color: #B735BC;
}
</style>
border-color css
<style>
span { border-color: #B735BC; }
span { border-color: rgb(183,53,188); }
td.TdClassName
{
border-color: #B735BC;
}
.TagClassName
{
border-color: #B735BC;
}
</style>