Shades of Medium Red Violet #BD259B
Tints of Medium Red Violet #BD259B
RGB
CMYK
RGB Variations
Color information
#BD259B (or 0xBD259B) is known color: Medium Red Violet. HEX triplet: BD, 25 and 9B. RGB value is (189,37,155). Sum of RGB (Red+Green+Blue) = 189+37+155=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD259B is #42DA64. Grayscale: #5F5F5F. Windows color (decimal): -4381285 or 10167741. OLE color: 10167741.
HSL color Cylindrical-coordinate representation of color #BD259B: hue angle of 313.42º 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 #BD259B is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 155 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.26 |
| HSL | 313.42º | 0.67% | 0.44% | - |
| HSV(B) | 313.42º | 0.8% | 0.74% | - |
| XYZ | 27.56 | 14.51 | 32.36 | - |
| YUV | 95.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 155 | 0 | 0.80 | 0.18 | 0.26 | 313.42 | 0.67 | 0.44 |
| Hex | BD | 25 | 9B | 0 | 50 | 12 | 1A | 139 | 43 | 2C |
| Octal | 275 | 45 | 233 | 0 | 120 | 22 | 32 | 471 | 103 | 54 |
| Binary | 10111101 | 100101 | 10011011 | 0 | 1010000 | 10010 | 11010 | 100111001 | 1000011 | 101100 |
Color Harmonies of #BD259B
Complementary color
Monochromatic Colors of #BD259B
Black with #BD259B
Text Example
Text Example
White with #BD259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD259B; }
p { color: rgb(189,37,155); }
H1.HeaderClassName
{
color: #BD259B;
}
.AnyTagClassName
{
color: #BD259B;
}
</style>
background-color css
<style>
a { background-color: #BD259B; }
a { background-color: rgb(189,37,155); }
div.DivClassName
{
background-color: #BD259B;
}
.BgClassName
{
background-color: #BD259B;
}
</style>
border-color css
<style>
span { border-color: #BD259B; }
span { border-color: rgb(189,37,155); }
td.TdClassName
{
border-color: #BD259B;
}
.TagClassName
{
border-color: #BD259B;
}
</style>