Shades of Medium Red Violet #B933A8
Tints of Medium Red Violet #B933A8
RGB
CMYK
RGB Variations
Color information
#B933A8 (or 0xB933A8) is known color: Medium Red Violet. HEX triplet: B9, 33 and A8. RGB value is (185,51,168). Sum of RGB (Red+Green+Blue) = 185+51+168=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B933A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B933A8 is #46CC57. Grayscale: #686868. Windows color (decimal): -4639832 or 11023289. OLE color: 11023289.
HSL color Cylindrical-coordinate representation of color #B933A8: hue angle of 307.61º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B933A8 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 168 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.27 |
| HSL | 307.61º | 0.57% | 0.46% | - |
| HSV(B) | 307.61º | 0.72% | 0.73% | - |
| XYZ | 28.26 | 15.51 | 38.55 | - |
| YUV | 104.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 168 | 0 | 0.72 | 0.09 | 0.27 | 307.61 | 0.57 | 0.46 |
| Hex | B9 | 33 | A8 | 0 | 48 | 9 | 1B | 134 | 39 | 2E |
| Octal | 271 | 63 | 250 | 0 | 110 | 11 | 33 | 464 | 71 | 56 |
| Binary | 10111001 | 110011 | 10101000 | 0 | 1001000 | 1001 | 11011 | 100110100 | 111001 | 101110 |
Color Harmonies of #B933A8
Complementary color
Monochromatic Colors of #B933A8
Black with #B933A8
Text Example
Text Example
White with #B933A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B933A8; }
p { color: rgb(185,51,168); }
H1.HeaderClassName
{
color: #B933A8;
}
.AnyTagClassName
{
color: #B933A8;
}
</style>
background-color css
<style>
a { background-color: #B933A8; }
a { background-color: rgb(185,51,168); }
div.DivClassName
{
background-color: #B933A8;
}
.BgClassName
{
background-color: #B933A8;
}
</style>
border-color css
<style>
span { border-color: #B933A8; }
span { border-color: rgb(185,51,168); }
td.TdClassName
{
border-color: #B933A8;
}
.TagClassName
{
border-color: #B933A8;
}
</style>