Shades of Medium Red Violet #BC269E
Tints of Medium Red Violet #BC269E
RGB
CMYK
RGB Variations
Color information
#BC269E (or 0xBC269E) is known color: Medium Red Violet. HEX triplet: BC, 26 and 9E. RGB value is (188,38,158). Sum of RGB (Red+Green+Blue) = 188+38+158=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC269E is #43D961. Grayscale: #606060. Windows color (decimal): -4446562 or 10364604. OLE color: 10364604.
HSL color Cylindrical-coordinate representation of color #BC269E: hue angle of 312º 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 #BC269E is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 158 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.26 |
| HSL | 312º | 0.66% | 0.44% | - |
| HSV(B) | 312º | 0.8% | 0.74% | - |
| XYZ | 27.6 | 14.55 | 33.7 | - |
| YUV | 96.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 158 | 0 | 0.80 | 0.16 | 0.26 | 312 | 0.66 | 0.44 |
| Hex | BC | 26 | 9E | 0 | 50 | 10 | 1A | 138 | 42 | 2C |
| Octal | 274 | 46 | 236 | 0 | 120 | 20 | 32 | 470 | 102 | 54 |
| Binary | 10111100 | 100110 | 10011110 | 0 | 1010000 | 10000 | 11010 | 100111000 | 1000010 | 101100 |
Color Harmonies of #BC269E
Complementary color
Monochromatic Colors of #BC269E
Black with #BC269E
Text Example
Text Example
White with #BC269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC269E; }
p { color: rgb(188,38,158); }
H1.HeaderClassName
{
color: #BC269E;
}
.AnyTagClassName
{
color: #BC269E;
}
</style>
background-color css
<style>
a { background-color: #BC269E; }
a { background-color: rgb(188,38,158); }
div.DivClassName
{
background-color: #BC269E;
}
.BgClassName
{
background-color: #BC269E;
}
</style>
border-color css
<style>
span { border-color: #BC269E; }
span { border-color: rgb(188,38,158); }
td.TdClassName
{
border-color: #BC269E;
}
.TagClassName
{
border-color: #BC269E;
}
</style>