Shades of Medium Red Violet #BC258B
Tints of Medium Red Violet #BC258B
RGB
CMYK
RGB Variations
Color information
#BC258B (or 0xBC258B) is known color: Medium Red Violet. HEX triplet: BC, 25 and 8B. RGB value is (188,37,139). Sum of RGB (Red+Green+Blue) = 188+37+139=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC258B is #43DA74. Grayscale: #5D5D5D. Windows color (decimal): -4446837 or 9119164. OLE color: 9119164.
HSL color Cylindrical-coordinate representation of color #BC258B: hue angle of 319.47º 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 #BC258B is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 139 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.26 |
| HSL | 319.47º | 0.67% | 0.44% | - |
| HSV(B) | 319.47º | 0.8% | 0.74% | - |
| XYZ | 26.06 | 13.88 | 25.73 | - |
| YUV | 93.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 139 | 0 | 0.80 | 0.26 | 0.26 | 319.47 | 0.67 | 0.44 |
| Hex | BC | 25 | 8B | 0 | 50 | 1A | 1A | 13F | 43 | 2C |
| Octal | 274 | 45 | 213 | 0 | 120 | 32 | 32 | 477 | 103 | 54 |
| Binary | 10111100 | 100101 | 10001011 | 0 | 1010000 | 11010 | 11010 | 100111111 | 1000011 | 101100 |
Color Harmonies of #BC258B
Complementary color
Monochromatic Colors of #BC258B
Black with #BC258B
Text Example
Text Example
White with #BC258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC258B; }
p { color: rgb(188,37,139); }
H1.HeaderClassName
{
color: #BC258B;
}
.AnyTagClassName
{
color: #BC258B;
}
</style>
background-color css
<style>
a { background-color: #BC258B; }
a { background-color: rgb(188,37,139); }
div.DivClassName
{
background-color: #BC258B;
}
.BgClassName
{
background-color: #BC258B;
}
</style>
border-color css
<style>
span { border-color: #BC258B; }
span { border-color: rgb(188,37,139); }
td.TdClassName
{
border-color: #BC258B;
}
.TagClassName
{
border-color: #BC258B;
}
</style>