Shades of Medium Red Violet #BD33A8
Tints of Medium Red Violet #BD33A8
RGB
CMYK
RGB Variations
Color information
#BD33A8 (or 0xBD33A8) is known color: Medium Red Violet. HEX triplet: BD, 33 and A8. RGB value is (189,51,168). Sum of RGB (Red+Green+Blue) = 189+51+168=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD33A8 is #42CC57. Grayscale: #696969. Windows color (decimal): -4377688 or 11023293. OLE color: 11023293.
HSL color Cylindrical-coordinate representation of color #BD33A8: hue angle of 309.13º 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 #BD33A8 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 168 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.26 |
| HSL | 309.13º | 0.58% | 0.47% | - |
| HSV(B) | 309.13º | 0.73% | 0.74% | - |
| XYZ | 29.24 | 16.01 | 38.6 | - |
| YUV | 105.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 168 | 0 | 0.73 | 0.11 | 0.26 | 309.13 | 0.58 | 0.47 |
| Hex | BD | 33 | A8 | 0 | 49 | B | 1A | 135 | 3A | 2F |
| Octal | 275 | 63 | 250 | 0 | 111 | 13 | 32 | 465 | 72 | 57 |
| Binary | 10111101 | 110011 | 10101000 | 0 | 1001001 | 1011 | 11010 | 100110101 | 111010 | 101111 |
Color Harmonies of #BD33A8
Complementary color
Monochromatic Colors of #BD33A8
Black with #BD33A8
Text Example
Text Example
White with #BD33A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33A8; }
p { color: rgb(189,51,168); }
H1.HeaderClassName
{
color: #BD33A8;
}
.AnyTagClassName
{
color: #BD33A8;
}
</style>
background-color css
<style>
a { background-color: #BD33A8; }
a { background-color: rgb(189,51,168); }
div.DivClassName
{
background-color: #BD33A8;
}
.BgClassName
{
background-color: #BD33A8;
}
</style>
border-color css
<style>
span { border-color: #BD33A8; }
span { border-color: rgb(189,51,168); }
td.TdClassName
{
border-color: #BD33A8;
}
.TagClassName
{
border-color: #BD33A8;
}
</style>