Shades of Medium Red Violet #BD258B
Tints of Medium Red Violet #BD258B
RGB
CMYK
RGB Variations
Color information
#BD258B (or 0xBD258B) is known color: Medium Red Violet. HEX triplet: BD, 25 and 8B. RGB value is (189,37,139). Sum of RGB (Red+Green+Blue) = 189+37+139=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD258B is #42DA74. Grayscale: #5D5D5D. Windows color (decimal): -4381301 or 9119165. OLE color: 9119165.
HSL color Cylindrical-coordinate representation of color #BD258B: hue angle of 319.74º 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 #BD258B is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 139 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.26 |
| HSL | 319.74º | 0.67% | 0.44% | - |
| HSV(B) | 319.74º | 0.8% | 0.74% | - |
| XYZ | 26.31 | 14.01 | 25.74 | - |
| YUV | 94.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 139 | 0 | 0.80 | 0.26 | 0.26 | 319.74 | 0.67 | 0.44 |
| Hex | BD | 25 | 8B | 0 | 50 | 1A | 1A | 140 | 43 | 2C |
| Octal | 275 | 45 | 213 | 0 | 120 | 32 | 32 | 500 | 103 | 54 |
| Binary | 10111101 | 100101 | 10001011 | 0 | 1010000 | 11010 | 11010 | 101000000 | 1000011 | 101100 |
Color Harmonies of #BD258B
Complementary color
Monochromatic Colors of #BD258B
Black with #BD258B
Text Example
Text Example
White with #BD258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD258B; }
p { color: rgb(189,37,139); }
H1.HeaderClassName
{
color: #BD258B;
}
.AnyTagClassName
{
color: #BD258B;
}
</style>
background-color css
<style>
a { background-color: #BD258B; }
a { background-color: rgb(189,37,139); }
div.DivClassName
{
background-color: #BD258B;
}
.BgClassName
{
background-color: #BD258B;
}
</style>
border-color css
<style>
span { border-color: #BD258B; }
span { border-color: rgb(189,37,139); }
td.TdClassName
{
border-color: #BD258B;
}
.TagClassName
{
border-color: #BD258B;
}
</style>