Shades of Medium Red Violet #BC269C
Tints of Medium Red Violet #BC269C
RGB
CMYK
RGB Variations
Color information
#BC269C (or 0xBC269C) is known color: Medium Red Violet. HEX triplet: BC, 26 and 9C. RGB value is (188,38,156). Sum of RGB (Red+Green+Blue) = 188+38+156=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC269C is #43D963. Grayscale: #5F5F5F. Windows color (decimal): -4446564 or 10233532. OLE color: 10233532.
HSL color Cylindrical-coordinate representation of color #BC269C: hue angle of 312.8º 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 #BC269C is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 156 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.26 |
| HSL | 312.8º | 0.66% | 0.44% | - |
| HSV(B) | 312.8º | 0.8% | 0.74% | - |
| XYZ | 27.43 | 14.48 | 32.8 | - |
| YUV | 96.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 156 | 0 | 0.80 | 0.17 | 0.26 | 312.8 | 0.66 | 0.44 |
| Hex | BC | 26 | 9C | 0 | 50 | 11 | 1A | 139 | 42 | 2C |
| Octal | 274 | 46 | 234 | 0 | 120 | 21 | 32 | 471 | 102 | 54 |
| Binary | 10111100 | 100110 | 10011100 | 0 | 1010000 | 10001 | 11010 | 100111001 | 1000010 | 101100 |
Color Harmonies of #BC269C
Complementary color
Monochromatic Colors of #BC269C
Black with #BC269C
Text Example
Text Example
White with #BC269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC269C; }
p { color: rgb(188,38,156); }
H1.HeaderClassName
{
color: #BC269C;
}
.AnyTagClassName
{
color: #BC269C;
}
</style>
background-color css
<style>
a { background-color: #BC269C; }
a { background-color: rgb(188,38,156); }
div.DivClassName
{
background-color: #BC269C;
}
.BgClassName
{
background-color: #BC269C;
}
</style>
border-color css
<style>
span { border-color: #BC269C; }
span { border-color: rgb(188,38,156); }
td.TdClassName
{
border-color: #BC269C;
}
.TagClassName
{
border-color: #BC269C;
}
</style>