Shades of Fuchsia #B735BD
Tints of Fuchsia #B735BD
RGB
CMYK
RGB Variations
Color information
#B735BD (or 0xB735BD) is known color: Fuchsia. HEX triplet: B7, 35 and BD. RGB value is (183,53,189). Sum of RGB (Red+Green+Blue) = 183+53+189=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #B735BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735BD is #48CA42. Grayscale: #6A6A6A. Windows color (decimal): -4770371 or 12400055. OLE color: 12400055.
HSL color Cylindrical-coordinate representation of color #B735BD: hue angle of 297.35º 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 #B735BD is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 53 | 189 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.26 |
| HSL | 297.35º | 0.56% | 0.47% | - |
| HSV(B) | 297.35º | 0.72% | 0.74% | - |
| XYZ | 29.99 | 16.29 | 49.71 | - |
| YUV | 107.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 189 | 0.03 | 0.72 | 0 | 0.26 | 297.35 | 0.56 | 0.47 |
| Hex | B7 | 35 | BD | 3 | 48 | 0 | 1A | 129 | 38 | 2F |
| Octal | 267 | 65 | 275 | 3 | 110 | 0 | 32 | 451 | 70 | 57 |
| Binary | 10110111 | 110101 | 10111101 | 11 | 1001000 | 0 | 11010 | 100101001 | 111000 | 101111 |
Color Harmonies of #B735BD
Complementary color
Monochromatic Colors of #B735BD
Black with #B735BD
Text Example
Text Example
White with #B735BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735BD; }
p { color: rgb(183,53,189); }
H1.HeaderClassName
{
color: #B735BD;
}
.AnyTagClassName
{
color: #B735BD;
}
</style>
background-color css
<style>
a { background-color: #B735BD; }
a { background-color: rgb(183,53,189); }
div.DivClassName
{
background-color: #B735BD;
}
.BgClassName
{
background-color: #B735BD;
}
</style>
border-color css
<style>
span { border-color: #B735BD; }
span { border-color: rgb(183,53,189); }
td.TdClassName
{
border-color: #B735BD;
}
.TagClassName
{
border-color: #B735BD;
}
</style>