Shades of Fuchsia #B735C1
Tints of Fuchsia #B735C1
RGB
CMYK
RGB Variations
Color information
#B735C1 (or 0xB735C1) is known color: Fuchsia. HEX triplet: B7, 35 and C1. RGB value is (183,53,193). Sum of RGB (Red+Green+Blue) = 183+53+193=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #B735C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735C1 is #48CA3E. Grayscale: #6B6B6B. Windows color (decimal): -4770367 or 12662199. OLE color: 12662199.
HSL color Cylindrical-coordinate representation of color #B735C1: hue angle of 295.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B735C1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 53 | 193 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.24 |
| HSL | 295.71º | 0.57% | 0.48% | - |
| HSV(B) | 295.71º | 0.73% | 0.76% | - |
| XYZ | 30.43 | 16.46 | 52.03 | - |
| YUV | 107.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 193 | 0.05 | 0.73 | 0 | 0.24 | 295.71 | 0.57 | 0.48 |
| Hex | B7 | 35 | C1 | 5 | 49 | 0 | 18 | 128 | 39 | 30 |
| Octal | 267 | 65 | 301 | 5 | 111 | 0 | 30 | 450 | 71 | 60 |
| Binary | 10110111 | 110101 | 11000001 | 101 | 1001001 | 0 | 11000 | 100101000 | 111001 | 110000 |
Color Harmonies of #B735C1
Complementary color
Monochromatic Colors of #B735C1
Black with #B735C1
Text Example
Text Example
White with #B735C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735C1; }
p { color: rgb(183,53,193); }
H1.HeaderClassName
{
color: #B735C1;
}
.AnyTagClassName
{
color: #B735C1;
}
</style>
background-color css
<style>
a { background-color: #B735C1; }
a { background-color: rgb(183,53,193); }
div.DivClassName
{
background-color: #B735C1;
}
.BgClassName
{
background-color: #B735C1;
}
</style>
border-color css
<style>
span { border-color: #B735C1; }
span { border-color: rgb(183,53,193); }
td.TdClassName
{
border-color: #B735C1;
}
.TagClassName
{
border-color: #B735C1;
}
</style>