Shades of Medium Red Violet #B0269F
Tints of Medium Red Violet #B0269F
RGB
CMYK
RGB Variations
Color information
#B0269F (or 0xB0269F) is known color: Medium Red Violet. HEX triplet: B0, 26 and 9F. RGB value is (176,38,159). Sum of RGB (Red+Green+Blue) = 176+38+159=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0269F is #4FD960. Grayscale: #5C5C5C. Windows color (decimal): -5232993 or 10430128. OLE color: 10430128.
HSL color Cylindrical-coordinate representation of color #B0269F: hue angle of 307.39º 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 #B0269F is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 159 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.31 |
| HSL | 307.39º | 0.64% | 0.42% | - |
| HSV(B) | 307.39º | 0.78% | 0.69% | - |
| XYZ | 24.86 | 13.12 | 34.02 | - |
| YUV | 93.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 159 | 0 | 0.78 | 0.10 | 0.31 | 307.39 | 0.64 | 0.42 |
| Hex | B0 | 26 | 9F | 0 | 4E | A | 1F | 133 | 40 | 2A |
| Octal | 260 | 46 | 237 | 0 | 116 | 12 | 37 | 463 | 100 | 52 |
| Binary | 10110000 | 100110 | 10011111 | 0 | 1001110 | 1010 | 11111 | 100110011 | 1000000 | 101010 |
Color Harmonies of #B0269F
Complementary color
Monochromatic Colors of #B0269F
Black with #B0269F
Text Example
Text Example
White with #B0269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0269F; }
p { color: rgb(176,38,159); }
H1.HeaderClassName
{
color: #B0269F;
}
.AnyTagClassName
{
color: #B0269F;
}
</style>
background-color css
<style>
a { background-color: #B0269F; }
a { background-color: rgb(176,38,159); }
div.DivClassName
{
background-color: #B0269F;
}
.BgClassName
{
background-color: #B0269F;
}
</style>
border-color css
<style>
span { border-color: #B0269F; }
span { border-color: rgb(176,38,159); }
td.TdClassName
{
border-color: #B0269F;
}
.TagClassName
{
border-color: #B0269F;
}
</style>