Shades of Medium Red Violet #BC269B
Tints of Medium Red Violet #BC269B
RGB
CMYK
RGB Variations
Color information
#BC269B (or 0xBC269B) is known color: Medium Red Violet. HEX triplet: BC, 26 and 9B. RGB value is (188,38,155). Sum of RGB (Red+Green+Blue) = 188+38+155=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC269B is #43D964. Grayscale: #5F5F5F. Windows color (decimal): -4446565 or 10167996. OLE color: 10167996.
HSL color Cylindrical-coordinate representation of color #BC269B: hue angle of 313.2º 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 #BC269B is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 155 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.26 |
| HSL | 313.2º | 0.66% | 0.44% | - |
| HSV(B) | 313.2º | 0.8% | 0.74% | - |
| XYZ | 27.35 | 14.44 | 32.36 | - |
| YUV | 96.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 155 | 0 | 0.80 | 0.18 | 0.26 | 313.2 | 0.66 | 0.44 |
| Hex | BC | 26 | 9B | 0 | 50 | 12 | 1A | 139 | 42 | 2C |
| Octal | 274 | 46 | 233 | 0 | 120 | 22 | 32 | 471 | 102 | 54 |
| Binary | 10111100 | 100110 | 10011011 | 0 | 1010000 | 10010 | 11010 | 100111001 | 1000010 | 101100 |
Color Harmonies of #BC269B
Complementary color
Monochromatic Colors of #BC269B
Black with #BC269B
Text Example
Text Example
White with #BC269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC269B; }
p { color: rgb(188,38,155); }
H1.HeaderClassName
{
color: #BC269B;
}
.AnyTagClassName
{
color: #BC269B;
}
</style>
background-color css
<style>
a { background-color: #BC269B; }
a { background-color: rgb(188,38,155); }
div.DivClassName
{
background-color: #BC269B;
}
.BgClassName
{
background-color: #BC269B;
}
</style>
border-color css
<style>
span { border-color: #BC269B; }
span { border-color: rgb(188,38,155); }
td.TdClassName
{
border-color: #BC269B;
}
.TagClassName
{
border-color: #BC269B;
}
</style>