Shades of Medium Red Violet #BD266D
Tints of Medium Red Violet #BD266D
RGB
CMYK
RGB Variations
Color information
#BD266D (or 0xBD266D) is known color: Medium Red Violet. HEX triplet: BD, 26 and 6D. RGB value is (189,38,109). Sum of RGB (Red+Green+Blue) = 189+38+109=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD266D is #42D992. Grayscale: #5B5B5B. Windows color (decimal): -4381075 or 7153341. OLE color: 7153341.
HSL color Cylindrical-coordinate representation of color #BD266D: hue angle of 331.79º 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 #BD266D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 109 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.26 |
| HSL | 331.79º | 0.67% | 0.45% | - |
| HSV(B) | 331.79º | 0.8% | 0.74% | - |
| XYZ | 24.44 | 13.31 | 15.75 | - |
| YUV | 91.24 | 138.03 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 109 | 0 | 0.80 | 0.42 | 0.26 | 331.79 | 0.67 | 0.45 |
| Hex | BD | 26 | 6D | 0 | 50 | 2A | 1A | 14C | 43 | 2D |
| Octal | 275 | 46 | 155 | 0 | 120 | 52 | 32 | 514 | 103 | 55 |
| Binary | 10111101 | 100110 | 1101101 | 0 | 1010000 | 101010 | 11010 | 101001100 | 1000011 | 101101 |
Color Harmonies of #BD266D
Complementary color
Monochromatic Colors of #BD266D
Black with #BD266D
Text Example
Text Example
White with #BD266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD266D; }
p { color: rgb(189,38,109); }
H1.HeaderClassName
{
color: #BD266D;
}
.AnyTagClassName
{
color: #BD266D;
}
</style>
background-color css
<style>
a { background-color: #BD266D; }
a { background-color: rgb(189,38,109); }
div.DivClassName
{
background-color: #BD266D;
}
.BgClassName
{
background-color: #BD266D;
}
</style>
border-color css
<style>
span { border-color: #BD266D; }
span { border-color: rgb(189,38,109); }
td.TdClassName
{
border-color: #BD266D;
}
.TagClassName
{
border-color: #BD266D;
}
</style>