Shades of Medium Red Violet #BD256B
Tints of Medium Red Violet #BD256B
RGB
CMYK
RGB Variations
Color information
#BD256B (or 0xBD256B) is known color: Medium Red Violet. HEX triplet: BD, 25 and 6B. RGB value is (189,37,107). Sum of RGB (Red+Green+Blue) = 189+37+107=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD256B is #42DA94. Grayscale: #5A5A5A. Windows color (decimal): -4381333 or 7022013. OLE color: 7022013.
HSL color Cylindrical-coordinate representation of color #BD256B: hue angle of 332.37º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD256B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 107 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.26 |
| HSL | 332.37º | 0.67% | 0.44% | - |
| HSV(B) | 332.37º | 0.8% | 0.74% | - |
| XYZ | 24.3 | 13.2 | 15.18 | - |
| YUV | 90.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 107 | 0 | 0.80 | 0.43 | 0.26 | 332.37 | 0.67 | 0.44 |
| Hex | BD | 25 | 6B | 0 | 50 | 2B | 1A | 14C | 43 | 2C |
| Octal | 275 | 45 | 153 | 0 | 120 | 53 | 32 | 514 | 103 | 54 |
| Binary | 10111101 | 100101 | 1101011 | 0 | 1010000 | 101011 | 11010 | 101001100 | 1000011 | 101100 |
Color Harmonies of #BD256B
Complementary color
Monochromatic Colors of #BD256B
Black with #BD256B
Text Example
Text Example
White with #BD256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD256B; }
p { color: rgb(189,37,107); }
H1.HeaderClassName
{
color: #BD256B;
}
.AnyTagClassName
{
color: #BD256B;
}
</style>
background-color css
<style>
a { background-color: #BD256B; }
a { background-color: rgb(189,37,107); }
div.DivClassName
{
background-color: #BD256B;
}
.BgClassName
{
background-color: #BD256B;
}
</style>
border-color css
<style>
span { border-color: #BD256B; }
span { border-color: rgb(189,37,107); }
td.TdClassName
{
border-color: #BD256B;
}
.TagClassName
{
border-color: #BD256B;
}
</style>