Shades of Medium Red Violet #BD226D
Tints of Medium Red Violet #BD226D
RGB
CMYK
RGB Variations
Color information
#BD226D (or 0xBD226D) is known color: Medium Red Violet. HEX triplet: BD, 22 and 6D. RGB value is (189,34,109). Sum of RGB (Red+Green+Blue) = 189+34+109=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD226D is #42DD92. Grayscale: #585858. Windows color (decimal): -4382099 or 7152317. OLE color: 7152317.
HSL color Cylindrical-coordinate representation of color #BD226D: hue angle of 330.97º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD226D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 109 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.26 |
| HSL | 330.97º | 0.7% | 0.44% | - |
| HSV(B) | 330.97º | 0.82% | 0.74% | - |
| XYZ | 24.32 | 13.07 | 15.71 | - |
| YUV | 88.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 109 | 0 | 0.82 | 0.42 | 0.26 | 330.97 | 0.7 | 0.44 |
| Hex | BD | 22 | 6D | 0 | 52 | 2A | 1A | 14B | 46 | 2C |
| Octal | 275 | 42 | 155 | 0 | 122 | 52 | 32 | 513 | 106 | 54 |
| Binary | 10111101 | 100010 | 1101101 | 0 | 1010010 | 101010 | 11010 | 101001011 | 1000110 | 101100 |
Color Harmonies of #BD226D
Complementary color
Monochromatic Colors of #BD226D
Black with #BD226D
Text Example
Text Example
White with #BD226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD226D; }
p { color: rgb(189,34,109); }
H1.HeaderClassName
{
color: #BD226D;
}
.AnyTagClassName
{
color: #BD226D;
}
</style>
background-color css
<style>
a { background-color: #BD226D; }
a { background-color: rgb(189,34,109); }
div.DivClassName
{
background-color: #BD226D;
}
.BgClassName
{
background-color: #BD226D;
}
</style>
border-color css
<style>
span { border-color: #BD226D; }
span { border-color: rgb(189,34,109); }
td.TdClassName
{
border-color: #BD226D;
}
.TagClassName
{
border-color: #BD226D;
}
</style>