Shades of Medium Red Violet #B7269C
Tints of Medium Red Violet #B7269C
RGB
CMYK
RGB Variations
Color information
#B7269C (or 0xB7269C) is known color: Medium Red Violet. HEX triplet: B7, 26 and 9C. RGB value is (183,38,156). Sum of RGB (Red+Green+Blue) = 183+38+156=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7269C is #48D963. Grayscale: #5E5E5E. Windows color (decimal): -4774244 or 10233527. OLE color: 10233527.
HSL color Cylindrical-coordinate representation of color #B7269C: hue angle of 311.17º 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 #B7269C is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 156 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.28 |
| HSL | 311.17º | 0.66% | 0.43% | - |
| HSV(B) | 311.17º | 0.79% | 0.72% | - |
| XYZ | 26.22 | 13.85 | 32.74 | - |
| YUV | 94.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 156 | 0 | 0.79 | 0.15 | 0.28 | 311.17 | 0.66 | 0.43 |
| Hex | B7 | 26 | 9C | 0 | 4F | F | 1C | 137 | 42 | 2B |
| Octal | 267 | 46 | 234 | 0 | 117 | 17 | 34 | 467 | 102 | 53 |
| Binary | 10110111 | 100110 | 10011100 | 0 | 1001111 | 1111 | 11100 | 100110111 | 1000010 | 101011 |
Color Harmonies of #B7269C
Complementary color
Monochromatic Colors of #B7269C
Black with #B7269C
Text Example
Text Example
White with #B7269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7269C; }
p { color: rgb(183,38,156); }
H1.HeaderClassName
{
color: #B7269C;
}
.AnyTagClassName
{
color: #B7269C;
}
</style>
background-color css
<style>
a { background-color: #B7269C; }
a { background-color: rgb(183,38,156); }
div.DivClassName
{
background-color: #B7269C;
}
.BgClassName
{
background-color: #B7269C;
}
</style>
border-color css
<style>
span { border-color: #B7269C; }
span { border-color: rgb(183,38,156); }
td.TdClassName
{
border-color: #B7269C;
}
.TagClassName
{
border-color: #B7269C;
}
</style>