Shades of Medium Red Violet #B7269D
Tints of Medium Red Violet #B7269D
RGB
CMYK
RGB Variations
Color information
#B7269D (or 0xB7269D) is known color: Medium Red Violet. HEX triplet: B7, 26 and 9D. RGB value is (183,38,157). Sum of RGB (Red+Green+Blue) = 183+38+157=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7269D is #48D962. Grayscale: #5E5E5E. Windows color (decimal): -4774243 or 10299063. OLE color: 10299063.
HSL color Cylindrical-coordinate representation of color #B7269D: hue angle of 310.76º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7269D is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 157 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.28 |
| HSL | 310.76º | 0.66% | 0.43% | - |
| HSV(B) | 310.76º | 0.79% | 0.72% | - |
| XYZ | 26.31 | 13.89 | 33.19 | - |
| YUV | 94.92 | 163.04 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 157 | 0 | 0.79 | 0.14 | 0.28 | 310.76 | 0.66 | 0.43 |
| Hex | B7 | 26 | 9D | 0 | 4F | E | 1C | 137 | 42 | 2B |
| Octal | 267 | 46 | 235 | 0 | 117 | 16 | 34 | 467 | 102 | 53 |
| Binary | 10110111 | 100110 | 10011101 | 0 | 1001111 | 1110 | 11100 | 100110111 | 1000010 | 101011 |
Color Harmonies of #B7269D
Complementary color
Monochromatic Colors of #B7269D
Black with #B7269D
Text Example
Text Example
White with #B7269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7269D; }
p { color: rgb(183,38,157); }
H1.HeaderClassName
{
color: #B7269D;
}
.AnyTagClassName
{
color: #B7269D;
}
</style>
background-color css
<style>
a { background-color: #B7269D; }
a { background-color: rgb(183,38,157); }
div.DivClassName
{
background-color: #B7269D;
}
.BgClassName
{
background-color: #B7269D;
}
</style>
border-color css
<style>
span { border-color: #B7269D; }
span { border-color: rgb(183,38,157); }
td.TdClassName
{
border-color: #B7269D;
}
.TagClassName
{
border-color: #B7269D;
}
</style>