Shades of Medium Red Violet #BD267D
Tints of Medium Red Violet #BD267D
RGB
CMYK
RGB Variations
Color information
#BD267D (or 0xBD267D) is known color: Medium Red Violet. HEX triplet: BD, 26 and 7D. RGB value is (189,38,125). Sum of RGB (Red+Green+Blue) = 189+38+125=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD267D is #42D982. Grayscale: #5C5C5C. Windows color (decimal): -4381059 or 8201917. OLE color: 8201917.
HSL color Cylindrical-coordinate representation of color #BD267D: hue angle of 325.43º 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 #BD267D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 125 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.26 |
| HSL | 325.43º | 0.67% | 0.45% | - |
| HSV(B) | 325.43º | 0.8% | 0.74% | - |
| XYZ | 25.38 | 13.69 | 20.71 | - |
| YUV | 93.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 125 | 0 | 0.80 | 0.34 | 0.26 | 325.43 | 0.67 | 0.45 |
| Hex | BD | 26 | 7D | 0 | 50 | 22 | 1A | 145 | 43 | 2D |
| Octal | 275 | 46 | 175 | 0 | 120 | 42 | 32 | 505 | 103 | 55 |
| Binary | 10111101 | 100110 | 1111101 | 0 | 1010000 | 100010 | 11010 | 101000101 | 1000011 | 101101 |
Color Harmonies of #BD267D
Complementary color
Monochromatic Colors of #BD267D
Black with #BD267D
Text Example
Text Example
White with #BD267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD267D; }
p { color: rgb(189,38,125); }
H1.HeaderClassName
{
color: #BD267D;
}
.AnyTagClassName
{
color: #BD267D;
}
</style>
background-color css
<style>
a { background-color: #BD267D; }
a { background-color: rgb(189,38,125); }
div.DivClassName
{
background-color: #BD267D;
}
.BgClassName
{
background-color: #BD267D;
}
</style>
border-color css
<style>
span { border-color: #BD267D; }
span { border-color: rgb(189,38,125); }
td.TdClassName
{
border-color: #BD267D;
}
.TagClassName
{
border-color: #BD267D;
}
</style>