Shades of Fuchsia #B735BB
Tints of Fuchsia #B735BB
RGB
CMYK
RGB Variations
Color information
#B735BB (or 0xB735BB) is known color: Fuchsia. HEX triplet: B7, 35 and BB. RGB value is (183,53,187). Sum of RGB (Red+Green+Blue) = 183+53+187=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #B735BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735BB is #48CA44. Grayscale: #6A6A6A. Windows color (decimal): -4770373 or 12268983. OLE color: 12268983.
HSL color Cylindrical-coordinate representation of color #B735BB: hue angle of 298.21º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B735BB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 53 | 187 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.27 |
| HSL | 298.21º | 0.56% | 0.47% | - |
| HSV(B) | 298.21º | 0.72% | 0.73% | - |
| XYZ | 29.77 | 16.2 | 48.57 | - |
| YUV | 107.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 187 | 0.02 | 0.72 | 0 | 0.27 | 298.21 | 0.56 | 0.47 |
| Hex | B7 | 35 | BB | 2 | 48 | 0 | 1B | 12A | 38 | 2F |
| Octal | 267 | 65 | 273 | 2 | 110 | 0 | 33 | 452 | 70 | 57 |
| Binary | 10110111 | 110101 | 10111011 | 10 | 1001000 | 0 | 11011 | 100101010 | 111000 | 101111 |
Color Harmonies of #B735BB
Complementary color
Monochromatic Colors of #B735BB
Black with #B735BB
Text Example
Text Example
White with #B735BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735BB; }
p { color: rgb(183,53,187); }
H1.HeaderClassName
{
color: #B735BB;
}
.AnyTagClassName
{
color: #B735BB;
}
</style>
background-color css
<style>
a { background-color: #B735BB; }
a { background-color: rgb(183,53,187); }
div.DivClassName
{
background-color: #B735BB;
}
.BgClassName
{
background-color: #B735BB;
}
</style>
border-color css
<style>
span { border-color: #B735BB; }
span { border-color: rgb(183,53,187); }
td.TdClassName
{
border-color: #B735BB;
}
.TagClassName
{
border-color: #B735BB;
}
</style>