Shades of Medium Red Violet #BC308A
Tints of Medium Red Violet #BC308A
RGB
CMYK
RGB Variations
Color information
#BC308A (or 0xBC308A) is known color: Medium Red Violet. HEX triplet: BC, 30 and 8A. RGB value is (188,48,138). Sum of RGB (Red+Green+Blue) = 188+48+138=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC308A is #43CF75. Grayscale: #636363. Windows color (decimal): -4444022 or 9056444. OLE color: 9056444.
HSL color Cylindrical-coordinate representation of color #BC308A: hue angle of 321.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC308A is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 138 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.26 |
| HSL | 321.43º | 0.59% | 0.46% | - |
| HSV(B) | 321.43º | 0.74% | 0.74% | - |
| XYZ | 26.38 | 14.64 | 25.48 | - |
| YUV | 100.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 138 | 0 | 0.74 | 0.27 | 0.26 | 321.43 | 0.59 | 0.46 |
| Hex | BC | 30 | 8A | 0 | 4A | 1B | 1A | 141 | 3B | 2E |
| Octal | 274 | 60 | 212 | 0 | 112 | 33 | 32 | 501 | 73 | 56 |
| Binary | 10111100 | 110000 | 10001010 | 0 | 1001010 | 11011 | 11010 | 101000001 | 111011 | 101110 |
Color Harmonies of #BC308A
Complementary color
Monochromatic Colors of #BC308A
Black with #BC308A
Text Example
Text Example
White with #BC308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC308A; }
p { color: rgb(188,48,138); }
H1.HeaderClassName
{
color: #BC308A;
}
.AnyTagClassName
{
color: #BC308A;
}
</style>
background-color css
<style>
a { background-color: #BC308A; }
a { background-color: rgb(188,48,138); }
div.DivClassName
{
background-color: #BC308A;
}
.BgClassName
{
background-color: #BC308A;
}
</style>
border-color css
<style>
span { border-color: #BC308A; }
span { border-color: rgb(188,48,138); }
td.TdClassName
{
border-color: #BC308A;
}
.TagClassName
{
border-color: #BC308A;
}
</style>