Shades of Fuchsia #B733BD
Tints of Fuchsia #B733BD
RGB
CMYK
RGB Variations
Color information
#B733BD (or 0xB733BD) is known color: Fuchsia. HEX triplet: B7, 33 and BD. RGB value is (183,51,189). Sum of RGB (Red+Green+Blue) = 183+51+189=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #B733BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733BD is #48CC42. Grayscale: #696969. Windows color (decimal): -4770883 or 12399543. OLE color: 12399543.
HSL color Cylindrical-coordinate representation of color #B733BD: hue angle of 297.39º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B733BD is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 51 | 189 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.26 |
| HSL | 297.39º | 0.58% | 0.47% | - |
| HSV(B) | 297.39º | 0.73% | 0.74% | - |
| XYZ | 29.9 | 16.11 | 49.68 | - |
| YUV | 106.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 189 | 0.03 | 0.73 | 0 | 0.26 | 297.39 | 0.58 | 0.47 |
| Hex | B7 | 33 | BD | 3 | 49 | 0 | 1A | 129 | 3A | 2F |
| Octal | 267 | 63 | 275 | 3 | 111 | 0 | 32 | 451 | 72 | 57 |
| Binary | 10110111 | 110011 | 10111101 | 11 | 1001001 | 0 | 11010 | 100101001 | 111010 | 101111 |
Color Harmonies of #B733BD
Complementary color
Monochromatic Colors of #B733BD
Black with #B733BD
Text Example
Text Example
White with #B733BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733BD; }
p { color: rgb(183,51,189); }
H1.HeaderClassName
{
color: #B733BD;
}
.AnyTagClassName
{
color: #B733BD;
}
</style>
background-color css
<style>
a { background-color: #B733BD; }
a { background-color: rgb(183,51,189); }
div.DivClassName
{
background-color: #B733BD;
}
.BgClassName
{
background-color: #B733BD;
}
</style>
border-color css
<style>
span { border-color: #B733BD; }
span { border-color: rgb(183,51,189); }
td.TdClassName
{
border-color: #B733BD;
}
.TagClassName
{
border-color: #B733BD;
}
</style>