Shades of Medium Violet Red #BD068E
Tints of Medium Violet Red #BD068E
RGB
CMYK
RGB Variations
Color information
#BD068E (or 0xBD068E) is known color: Medium Violet Red. HEX triplet: BD, 06 and 8E. RGB value is (189,6,142). Sum of RGB (Red+Green+Blue) = 189+6+142=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD068E is #42F971. Grayscale: #4B4B4B. Windows color (decimal): -4389234 or 9307837. OLE color: 9307837.
HSL color Cylindrical-coordinate representation of color #BD068E: hue angle of 315.41º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD068E is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.26 |
| HSL | 315.41º | 0.94% | 0.38% | - |
| HSV(B) | 315.41º | 0.97% | 0.74% | - |
| XYZ | 25.93 | 12.9 | 26.71 | - |
| YUV | 76.22 | 165.13 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 142 | 0 | 0.97 | 0.25 | 0.26 | 315.41 | 0.94 | 0.38 |
| Hex | BD | 6 | 8E | 0 | 61 | 19 | 1A | 13B | 5E | 26 |
| Octal | 275 | 6 | 216 | 0 | 141 | 31 | 32 | 473 | 136 | 46 |
| Binary | 10111101 | 110 | 10001110 | 0 | 1100001 | 11001 | 11010 | 100111011 | 1011110 | 100110 |
Color Harmonies of #BD068E
Complementary color
Monochromatic Colors of #BD068E
Black with #BD068E
Text Example
Text Example
White with #BD068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD068E; }
p { color: rgb(189,6,142); }
H1.HeaderClassName
{
color: #BD068E;
}
.AnyTagClassName
{
color: #BD068E;
}
</style>
background-color css
<style>
a { background-color: #BD068E; }
a { background-color: rgb(189,6,142); }
div.DivClassName
{
background-color: #BD068E;
}
.BgClassName
{
background-color: #BD068E;
}
</style>
border-color css
<style>
span { border-color: #BD068E; }
span { border-color: rgb(189,6,142); }
td.TdClassName
{
border-color: #BD068E;
}
.TagClassName
{
border-color: #BD068E;
}
</style>