Shades of Medium Red Violet #BD2688
Tints of Medium Red Violet #BD2688
RGB
CMYK
RGB Variations
Color information
#BD2688 (or 0xBD2688) is known color: Medium Red Violet. HEX triplet: BD, 26 and 88. RGB value is (189,38,136). Sum of RGB (Red+Green+Blue) = 189+38+136=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2688 is #42D977. Grayscale: #5E5E5E. Windows color (decimal): -4381048 or 8922813. OLE color: 8922813.
HSL color Cylindrical-coordinate representation of color #BD2688: hue angle of 321.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2688 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 136 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.26 |
| HSL | 321.06º | 0.67% | 0.45% | - |
| HSV(B) | 321.06º | 0.8% | 0.74% | - |
| XYZ | 26.12 | 13.98 | 24.61 | - |
| YUV | 94.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 136 | 0 | 0.80 | 0.28 | 0.26 | 321.06 | 0.67 | 0.45 |
| Hex | BD | 26 | 88 | 0 | 50 | 1C | 1A | 141 | 43 | 2D |
| Octal | 275 | 46 | 210 | 0 | 120 | 34 | 32 | 501 | 103 | 55 |
| Binary | 10111101 | 100110 | 10001000 | 0 | 1010000 | 11100 | 11010 | 101000001 | 1000011 | 101101 |
Color Harmonies of #BD2688
Complementary color
Monochromatic Colors of #BD2688
Black with #BD2688
Text Example
Text Example
White with #BD2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2688; }
p { color: rgb(189,38,136); }
H1.HeaderClassName
{
color: #BD2688;
}
.AnyTagClassName
{
color: #BD2688;
}
</style>
background-color css
<style>
a { background-color: #BD2688; }
a { background-color: rgb(189,38,136); }
div.DivClassName
{
background-color: #BD2688;
}
.BgClassName
{
background-color: #BD2688;
}
</style>
border-color css
<style>
span { border-color: #BD2688; }
span { border-color: rgb(189,38,136); }
td.TdClassName
{
border-color: #BD2688;
}
.TagClassName
{
border-color: #BD2688;
}
</style>