Shades of Medium Red Violet #B0269B
Tints of Medium Red Violet #B0269B
RGB
CMYK
RGB Variations
Color information
#B0269B (or 0xB0269B) is known color: Medium Red Violet. HEX triplet: B0, 26 and 9B. RGB value is (176,38,155). Sum of RGB (Red+Green+Blue) = 176+38+155=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0269B is #4FD964. Grayscale: #5C5C5C. Windows color (decimal): -5232997 or 10167984. OLE color: 10167984.
HSL color Cylindrical-coordinate representation of color #B0269B: hue angle of 309.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0269B is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 155 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.31 |
| HSL | 309.13º | 0.64% | 0.42% | - |
| HSV(B) | 309.13º | 0.78% | 0.69% | - |
| XYZ | 24.51 | 12.98 | 32.22 | - |
| YUV | 92.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 155 | 0 | 0.78 | 0.12 | 0.31 | 309.13 | 0.64 | 0.42 |
| Hex | B0 | 26 | 9B | 0 | 4E | C | 1F | 135 | 40 | 2A |
| Octal | 260 | 46 | 233 | 0 | 116 | 14 | 37 | 465 | 100 | 52 |
| Binary | 10110000 | 100110 | 10011011 | 0 | 1001110 | 1100 | 11111 | 100110101 | 1000000 | 101010 |
Color Harmonies of #B0269B
Complementary color
Monochromatic Colors of #B0269B
Black with #B0269B
Text Example
Text Example
White with #B0269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0269B; }
p { color: rgb(176,38,155); }
H1.HeaderClassName
{
color: #B0269B;
}
.AnyTagClassName
{
color: #B0269B;
}
</style>
background-color css
<style>
a { background-color: #B0269B; }
a { background-color: rgb(176,38,155); }
div.DivClassName
{
background-color: #B0269B;
}
.BgClassName
{
background-color: #B0269B;
}
</style>
border-color css
<style>
span { border-color: #B0269B; }
span { border-color: rgb(176,38,155); }
td.TdClassName
{
border-color: #B0269B;
}
.TagClassName
{
border-color: #B0269B;
}
</style>