Shades of Fuchsia #B733B0
Tints of Fuchsia #B733B0
RGB
CMYK
RGB Variations
Color information
#B733B0 (or 0xB733B0) is known color: Fuchsia. HEX triplet: B7, 33 and B0. RGB value is (183,51,176). Sum of RGB (Red+Green+Blue) = 183+51+176=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B733B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B733B0 is #48CC4F. Grayscale: #686868. Windows color (decimal): -4770896 or 11547575. OLE color: 11547575.
HSL color Cylindrical-coordinate representation of color #B733B0: hue angle of 303.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B733B0 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 176 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.28 |
| HSL | 303.18º | 0.56% | 0.46% | - |
| HSV(B) | 303.18º | 0.72% | 0.72% | - |
| XYZ | 28.55 | 15.57 | 42.57 | - |
| YUV | 104.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 176 | 0 | 0.72 | 0.04 | 0.28 | 303.18 | 0.56 | 0.46 |
| Hex | B7 | 33 | B0 | 0 | 48 | 4 | 1C | 12F | 38 | 2E |
| Octal | 267 | 63 | 260 | 0 | 110 | 4 | 34 | 457 | 70 | 56 |
| Binary | 10110111 | 110011 | 10110000 | 0 | 1001000 | 100 | 11100 | 100101111 | 111000 | 101110 |
Color Harmonies of #B733B0
Complementary color
Monochromatic Colors of #B733B0
Black with #B733B0
Text Example
Text Example
White with #B733B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733B0; }
p { color: rgb(183,51,176); }
H1.HeaderClassName
{
color: #B733B0;
}
.AnyTagClassName
{
color: #B733B0;
}
</style>
background-color css
<style>
a { background-color: #B733B0; }
a { background-color: rgb(183,51,176); }
div.DivClassName
{
background-color: #B733B0;
}
.BgClassName
{
background-color: #B733B0;
}
</style>
border-color css
<style>
span { border-color: #B733B0; }
span { border-color: rgb(183,51,176); }
td.TdClassName
{
border-color: #B733B0;
}
.TagClassName
{
border-color: #B733B0;
}
</style>