Shades of Medium Red Violet #BD267C
Tints of Medium Red Violet #BD267C
RGB
CMYK
RGB Variations
Color information
#BD267C (or 0xBD267C) is known color: Medium Red Violet. HEX triplet: BD, 26 and 7C. RGB value is (189,38,124). Sum of RGB (Red+Green+Blue) = 189+38+124=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD267C is #42D983. Grayscale: #5C5C5C. Windows color (decimal): -4381060 or 8136381. OLE color: 8136381.
HSL color Cylindrical-coordinate representation of color #BD267C: hue angle of 325.83º 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 #BD267C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 124 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.26 |
| HSL | 325.83º | 0.67% | 0.45% | - |
| HSV(B) | 325.83º | 0.8% | 0.74% | - |
| XYZ | 25.32 | 13.66 | 20.37 | - |
| YUV | 92.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 124 | 0 | 0.80 | 0.34 | 0.26 | 325.83 | 0.67 | 0.45 |
| Hex | BD | 26 | 7C | 0 | 50 | 22 | 1A | 146 | 43 | 2D |
| Octal | 275 | 46 | 174 | 0 | 120 | 42 | 32 | 506 | 103 | 55 |
| Binary | 10111101 | 100110 | 1111100 | 0 | 1010000 | 100010 | 11010 | 101000110 | 1000011 | 101101 |
Color Harmonies of #BD267C
Complementary color
Monochromatic Colors of #BD267C
Black with #BD267C
Text Example
Text Example
White with #BD267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD267C; }
p { color: rgb(189,38,124); }
H1.HeaderClassName
{
color: #BD267C;
}
.AnyTagClassName
{
color: #BD267C;
}
</style>
background-color css
<style>
a { background-color: #BD267C; }
a { background-color: rgb(189,38,124); }
div.DivClassName
{
background-color: #BD267C;
}
.BgClassName
{
background-color: #BD267C;
}
</style>
border-color css
<style>
span { border-color: #BD267C; }
span { border-color: rgb(189,38,124); }
td.TdClassName
{
border-color: #BD267C;
}
.TagClassName
{
border-color: #BD267C;
}
</style>