Shades of Medium Violet Red #BC069A
Tints of Medium Violet Red #BC069A
RGB
CMYK
RGB Variations
Color information
#BC069A (or 0xBC069A) is known color: Medium Violet Red. HEX triplet: BC, 06 and 9A. RGB value is (188,6,154). Sum of RGB (Red+Green+Blue) = 188+6+154=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC069A is #43F965. Grayscale: #4C4C4C. Windows color (decimal): -4454758 or 10094268. OLE color: 10094268.
HSL color Cylindrical-coordinate representation of color #BC069A: hue angle of 311.21º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC069A is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.26 |
| HSL | 311.21º | 0.94% | 0.38% | - |
| HSV(B) | 311.21º | 0.97% | 0.74% | - |
| XYZ | 26.64 | 13.15 | 31.71 | - |
| YUV | 77.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 154 | 0 | 0.97 | 0.18 | 0.26 | 311.21 | 0.94 | 0.38 |
| Hex | BC | 6 | 9A | 0 | 61 | 12 | 1A | 137 | 5E | 26 |
| Octal | 274 | 6 | 232 | 0 | 141 | 22 | 32 | 467 | 136 | 46 |
| Binary | 10111100 | 110 | 10011010 | 0 | 1100001 | 10010 | 11010 | 100110111 | 1011110 | 100110 |
Color Harmonies of #BC069A
Complementary color
Monochromatic Colors of #BC069A
Black with #BC069A
Text Example
Text Example
White with #BC069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC069A; }
p { color: rgb(188,6,154); }
H1.HeaderClassName
{
color: #BC069A;
}
.AnyTagClassName
{
color: #BC069A;
}
</style>
background-color css
<style>
a { background-color: #BC069A; }
a { background-color: rgb(188,6,154); }
div.DivClassName
{
background-color: #BC069A;
}
.BgClassName
{
background-color: #BC069A;
}
</style>
border-color css
<style>
span { border-color: #BC069A; }
span { border-color: rgb(188,6,154); }
td.TdClassName
{
border-color: #BC069A;
}
.TagClassName
{
border-color: #BC069A;
}
</style>