Shades of Medium Red Violet #BD27A7
Tints of Medium Red Violet #BD27A7
RGB
CMYK
RGB Variations
Color information
#BD27A7 (or 0xBD27A7) is known color: Medium Red Violet. HEX triplet: BD, 27 and A7. RGB value is (189,39,167). Sum of RGB (Red+Green+Blue) = 189+39+167=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD27A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD27A7 is #42D858. Grayscale: #626262. Windows color (decimal): -4380761 or 10954685. OLE color: 10954685.
HSL color Cylindrical-coordinate representation of color #BD27A7: hue angle of 308.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD27A7 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 167 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.26 |
| HSL | 308.8º | 0.66% | 0.45% | - |
| HSV(B) | 308.8º | 0.79% | 0.74% | - |
| XYZ | 28.69 | 15.06 | 37.95 | - |
| YUV | 98.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 167 | 0 | 0.79 | 0.12 | 0.26 | 308.8 | 0.66 | 0.45 |
| Hex | BD | 27 | A7 | 0 | 4F | C | 1A | 135 | 42 | 2D |
| Octal | 275 | 47 | 247 | 0 | 117 | 14 | 32 | 465 | 102 | 55 |
| Binary | 10111101 | 100111 | 10100111 | 0 | 1001111 | 1100 | 11010 | 100110101 | 1000010 | 101101 |
Color Harmonies of #BD27A7
Complementary color
Monochromatic Colors of #BD27A7
Black with #BD27A7
Text Example
Text Example
White with #BD27A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27A7; }
p { color: rgb(189,39,167); }
H1.HeaderClassName
{
color: #BD27A7;
}
.AnyTagClassName
{
color: #BD27A7;
}
</style>
background-color css
<style>
a { background-color: #BD27A7; }
a { background-color: rgb(189,39,167); }
div.DivClassName
{
background-color: #BD27A7;
}
.BgClassName
{
background-color: #BD27A7;
}
</style>
border-color css
<style>
span { border-color: #BD27A7; }
span { border-color: rgb(189,39,167); }
td.TdClassName
{
border-color: #BD27A7;
}
.TagClassName
{
border-color: #BD27A7;
}
</style>