Shades of Medium Red Violet #BD226C
Tints of Medium Red Violet #BD226C
RGB
CMYK
RGB Variations
Color information
#BD226C (or 0xBD226C) is known color: Medium Red Violet. HEX triplet: BD, 22 and 6C. RGB value is (189,34,108). Sum of RGB (Red+Green+Blue) = 189+34+108=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD226C is #42DD93. Grayscale: #585858. Windows color (decimal): -4382100 or 7086781. OLE color: 7086781.
HSL color Cylindrical-coordinate representation of color #BD226C: hue angle of 331.35º 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 #BD226C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 108 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.26 |
| HSL | 331.35º | 0.7% | 0.44% | - |
| HSV(B) | 331.35º | 0.82% | 0.74% | - |
| XYZ | 24.27 | 13.05 | 15.43 | - |
| YUV | 88.78 | 138.85 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 108 | 0 | 0.82 | 0.43 | 0.26 | 331.35 | 0.7 | 0.44 |
| Hex | BD | 22 | 6C | 0 | 52 | 2B | 1A | 14B | 46 | 2C |
| Octal | 275 | 42 | 154 | 0 | 122 | 53 | 32 | 513 | 106 | 54 |
| Binary | 10111101 | 100010 | 1101100 | 0 | 1010010 | 101011 | 11010 | 101001011 | 1000110 | 101100 |
Color Harmonies of #BD226C
Complementary color
Monochromatic Colors of #BD226C
Black with #BD226C
Text Example
Text Example
White with #BD226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD226C; }
p { color: rgb(189,34,108); }
H1.HeaderClassName
{
color: #BD226C;
}
.AnyTagClassName
{
color: #BD226C;
}
</style>
background-color css
<style>
a { background-color: #BD226C; }
a { background-color: rgb(189,34,108); }
div.DivClassName
{
background-color: #BD226C;
}
.BgClassName
{
background-color: #BD226C;
}
</style>
border-color css
<style>
span { border-color: #BD226C; }
span { border-color: rgb(189,34,108); }
td.TdClassName
{
border-color: #BD226C;
}
.TagClassName
{
border-color: #BD226C;
}
</style>