Shades of Medium Red Violet #B730A6
Tints of Medium Red Violet #B730A6
RGB
CMYK
RGB Variations
Color information
#B730A6 (or 0xB730A6) is known color: Medium Red Violet. HEX triplet: B7, 30 and A6. RGB value is (183,48,166). Sum of RGB (Red+Green+Blue) = 183+48+166=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B730A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B730A6 is #48CF59. Grayscale: #656565. Windows color (decimal): -4771674 or 10891447. OLE color: 10891447.
HSL color Cylindrical-coordinate representation of color #B730A6: hue angle of 307.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730A6 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 166 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.28 |
| HSL | 307.56º | 0.58% | 0.45% | - |
| HSV(B) | 307.56º | 0.74% | 0.72% | - |
| XYZ | 27.47 | 14.93 | 37.51 | - |
| YUV | 101.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 166 | 0 | 0.74 | 0.09 | 0.28 | 307.56 | 0.58 | 0.45 |
| Hex | B7 | 30 | A6 | 0 | 4A | 9 | 1C | 134 | 3A | 2D |
| Octal | 267 | 60 | 246 | 0 | 112 | 11 | 34 | 464 | 72 | 55 |
| Binary | 10110111 | 110000 | 10100110 | 0 | 1001010 | 1001 | 11100 | 100110100 | 111010 | 101101 |
Color Harmonies of #B730A6
Complementary color
Monochromatic Colors of #B730A6
Black with #B730A6
Text Example
Text Example
White with #B730A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730A6; }
p { color: rgb(183,48,166); }
H1.HeaderClassName
{
color: #B730A6;
}
.AnyTagClassName
{
color: #B730A6;
}
</style>
background-color css
<style>
a { background-color: #B730A6; }
a { background-color: rgb(183,48,166); }
div.DivClassName
{
background-color: #B730A6;
}
.BgClassName
{
background-color: #B730A6;
}
</style>
border-color css
<style>
span { border-color: #B730A6; }
span { border-color: rgb(183,48,166); }
td.TdClassName
{
border-color: #B730A6;
}
.TagClassName
{
border-color: #B730A6;
}
</style>