Shades of Fuchsia #B735C3
Tints of Fuchsia #B735C3
RGB
CMYK
RGB Variations
Color information
#B735C3 (or 0xB735C3) is known color: Fuchsia. HEX triplet: B7, 35 and C3. RGB value is (183,53,195). Sum of RGB (Red+Green+Blue) = 183+53+195=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #B735C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735C3 is #48CA3C. Grayscale: #6B6B6B. Windows color (decimal): -4770365 or 12793271. OLE color: 12793271.
HSL color Cylindrical-coordinate representation of color #B735C3: hue angle of 294.93º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B735C3 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 53 | 195 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.24 |
| HSL | 294.93º | 0.57% | 0.49% | - |
| HSV(B) | 294.93º | 0.73% | 0.76% | - |
| XYZ | 30.65 | 16.55 | 53.21 | - |
| YUV | 108.06 | 177.07 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 195 | 0.06 | 0.73 | 0 | 0.24 | 294.93 | 0.57 | 0.49 |
| Hex | B7 | 35 | C3 | 6 | 49 | 0 | 18 | 127 | 39 | 31 |
| Octal | 267 | 65 | 303 | 6 | 111 | 0 | 30 | 447 | 71 | 61 |
| Binary | 10110111 | 110101 | 11000011 | 110 | 1001001 | 0 | 11000 | 100100111 | 111001 | 110001 |
Color Harmonies of #B735C3
Complementary color
Monochromatic Colors of #B735C3
Black with #B735C3
Text Example
Text Example
White with #B735C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735C3; }
p { color: rgb(183,53,195); }
H1.HeaderClassName
{
color: #B735C3;
}
.AnyTagClassName
{
color: #B735C3;
}
</style>
background-color css
<style>
a { background-color: #B735C3; }
a { background-color: rgb(183,53,195); }
div.DivClassName
{
background-color: #B735C3;
}
.BgClassName
{
background-color: #B735C3;
}
</style>
border-color css
<style>
span { border-color: #B735C3; }
span { border-color: rgb(183,53,195); }
td.TdClassName
{
border-color: #B735C3;
}
.TagClassName
{
border-color: #B735C3;
}
</style>