Shades of Medium Red Violet #BC269A
Tints of Medium Red Violet #BC269A
RGB
CMYK
RGB Variations
Color information
#BC269A (or 0xBC269A) is known color: Medium Red Violet. HEX triplet: BC, 26 and 9A. RGB value is (188,38,154). Sum of RGB (Red+Green+Blue) = 188+38+154=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC269A is #43D965. Grayscale: #5F5F5F. Windows color (decimal): -4446566 or 10102460. OLE color: 10102460.
HSL color Cylindrical-coordinate representation of color #BC269A: hue angle of 313.6º degrees, saturation: 0.66, 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 #BC269A is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 154 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.26 |
| HSL | 313.6º | 0.66% | 0.44% | - |
| HSV(B) | 313.6º | 0.8% | 0.74% | - |
| XYZ | 27.26 | 14.41 | 31.92 | - |
| YUV | 96.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 154 | 0 | 0.80 | 0.18 | 0.26 | 313.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 9A | 0 | 50 | 12 | 1A | 13A | 42 | 2C |
| Octal | 274 | 46 | 232 | 0 | 120 | 22 | 32 | 472 | 102 | 54 |
| Binary | 10111100 | 100110 | 10011010 | 0 | 1010000 | 10010 | 11010 | 100111010 | 1000010 | 101100 |
Color Harmonies of #BC269A
Complementary color
Monochromatic Colors of #BC269A
Black with #BC269A
Text Example
Text Example
White with #BC269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC269A; }
p { color: rgb(188,38,154); }
H1.HeaderClassName
{
color: #BC269A;
}
.AnyTagClassName
{
color: #BC269A;
}
</style>
background-color css
<style>
a { background-color: #BC269A; }
a { background-color: rgb(188,38,154); }
div.DivClassName
{
background-color: #BC269A;
}
.BgClassName
{
background-color: #BC269A;
}
</style>
border-color css
<style>
span { border-color: #BC269A; }
span { border-color: rgb(188,38,154); }
td.TdClassName
{
border-color: #BC269A;
}
.TagClassName
{
border-color: #BC269A;
}
</style>