Shades of Fuchsia #B732BD
Tints of Fuchsia #B732BD
RGB
CMYK
RGB Variations
Color information
#B732BD (or 0xB732BD) is known color: Fuchsia. HEX triplet: B7, 32 and BD. RGB value is (183,50,189). Sum of RGB (Red+Green+Blue) = 183+50+189=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #B732BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732BD is #48CD42. Grayscale: #696969. Windows color (decimal): -4771139 or 12399287. OLE color: 12399287.
HSL color Cylindrical-coordinate representation of color #B732BD: hue angle of 297.41º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B732BD is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 50 | 189 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.26 |
| HSL | 297.41º | 0.58% | 0.47% | - |
| HSV(B) | 297.41º | 0.74% | 0.74% | - |
| XYZ | 29.85 | 16.02 | 49.66 | - |
| YUV | 105.61 | 175.06 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 189 | 0.03 | 0.74 | 0 | 0.26 | 297.41 | 0.58 | 0.47 |
| Hex | B7 | 32 | BD | 3 | 4A | 0 | 1A | 129 | 3A | 2F |
| Octal | 267 | 62 | 275 | 3 | 112 | 0 | 32 | 451 | 72 | 57 |
| Binary | 10110111 | 110010 | 10111101 | 11 | 1001010 | 0 | 11010 | 100101001 | 111010 | 101111 |
Color Harmonies of #B732BD
Complementary color
Monochromatic Colors of #B732BD
Black with #B732BD
Text Example
Text Example
White with #B732BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732BD; }
p { color: rgb(183,50,189); }
H1.HeaderClassName
{
color: #B732BD;
}
.AnyTagClassName
{
color: #B732BD;
}
</style>
background-color css
<style>
a { background-color: #B732BD; }
a { background-color: rgb(183,50,189); }
div.DivClassName
{
background-color: #B732BD;
}
.BgClassName
{
background-color: #B732BD;
}
</style>
border-color css
<style>
span { border-color: #B732BD; }
span { border-color: rgb(183,50,189); }
td.TdClassName
{
border-color: #B732BD;
}
.TagClassName
{
border-color: #B732BD;
}
</style>