Shades of Medium Violet Red #BD178B
Tints of Medium Violet Red #BD178B
RGB
CMYK
RGB Variations
Color information
#BD178B (or 0xBD178B) is known color: Medium Violet Red. HEX triplet: BD, 17 and 8B. RGB value is (189,23,139). Sum of RGB (Red+Green+Blue) = 189+23+139=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD178B is #42E874. Grayscale: #555555. Windows color (decimal): -4384885 or 9115581. OLE color: 9115581.
HSL color Cylindrical-coordinate representation of color #BD178B: hue angle of 318.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD178B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 139 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.26 |
| HSL | 318.07º | 0.78% | 0.42% | - |
| HSV(B) | 318.07º | 0.88% | 0.74% | - |
| XYZ | 25.95 | 13.3 | 25.62 | - |
| YUV | 85.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 139 | 0 | 0.88 | 0.26 | 0.26 | 318.07 | 0.78 | 0.42 |
| Hex | BD | 17 | 8B | 0 | 58 | 1A | 1A | 13E | 4E | 2A |
| Octal | 275 | 27 | 213 | 0 | 130 | 32 | 32 | 476 | 116 | 52 |
| Binary | 10111101 | 10111 | 10001011 | 0 | 1011000 | 11010 | 11010 | 100111110 | 1001110 | 101010 |
Color Harmonies of #BD178B
Complementary color
Monochromatic Colors of #BD178B
Black with #BD178B
Text Example
Text Example
White with #BD178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD178B; }
p { color: rgb(189,23,139); }
H1.HeaderClassName
{
color: #BD178B;
}
.AnyTagClassName
{
color: #BD178B;
}
</style>
background-color css
<style>
a { background-color: #BD178B; }
a { background-color: rgb(189,23,139); }
div.DivClassName
{
background-color: #BD178B;
}
.BgClassName
{
background-color: #BD178B;
}
</style>
border-color css
<style>
span { border-color: #BD178B; }
span { border-color: rgb(189,23,139); }
td.TdClassName
{
border-color: #BD178B;
}
.TagClassName
{
border-color: #BD178B;
}
</style>