Shades of Fuchsia #B735C0
Tints of Fuchsia #B735C0
RGB
CMYK
RGB Variations
Color information
#B735C0 (or 0xB735C0) is known color: Fuchsia. HEX triplet: B7, 35 and C0. RGB value is (183,53,192). Sum of RGB (Red+Green+Blue) = 183+53+192=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #B735C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735C0 is #48CA3F. Grayscale: #6B6B6B. Windows color (decimal): -4770368 or 12596663. OLE color: 12596663.
HSL color Cylindrical-coordinate representation of color #B735C0: hue angle of 296.12º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B735C0 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 53 | 192 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.25 |
| HSL | 296.12º | 0.57% | 0.48% | - |
| HSV(B) | 296.12º | 0.72% | 0.75% | - |
| XYZ | 30.32 | 16.42 | 51.44 | - |
| YUV | 107.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 192 | 0.05 | 0.72 | 0 | 0.25 | 296.12 | 0.57 | 0.48 |
| Hex | B7 | 35 | C0 | 5 | 48 | 0 | 19 | 128 | 39 | 30 |
| Octal | 267 | 65 | 300 | 5 | 110 | 0 | 31 | 450 | 71 | 60 |
| Binary | 10110111 | 110101 | 11000000 | 101 | 1001000 | 0 | 11001 | 100101000 | 111001 | 110000 |
Color Harmonies of #B735C0
Complementary color
Monochromatic Colors of #B735C0
Black with #B735C0
Text Example
Text Example
White with #B735C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735C0; }
p { color: rgb(183,53,192); }
H1.HeaderClassName
{
color: #B735C0;
}
.AnyTagClassName
{
color: #B735C0;
}
</style>
background-color css
<style>
a { background-color: #B735C0; }
a { background-color: rgb(183,53,192); }
div.DivClassName
{
background-color: #B735C0;
}
.BgClassName
{
background-color: #B735C0;
}
</style>
border-color css
<style>
span { border-color: #B735C0; }
span { border-color: rgb(183,53,192); }
td.TdClassName
{
border-color: #B735C0;
}
.TagClassName
{
border-color: #B735C0;
}
</style>