Shades of Medium Red Violet #B734A8
Tints of Medium Red Violet #B734A8
RGB
CMYK
RGB Variations
Color information
#B734A8 (or 0xB734A8) is known color: Medium Red Violet. HEX triplet: B7, 34 and A8. RGB value is (183,52,168). Sum of RGB (Red+Green+Blue) = 183+52+168=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B734A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B734A8 is #48CB57. Grayscale: #686868. Windows color (decimal): -4770648 or 11023543. OLE color: 11023543.
HSL color Cylindrical-coordinate representation of color #B734A8: hue angle of 306.87º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B734A8 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 168 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.28 |
| HSL | 306.87º | 0.56% | 0.46% | - |
| HSV(B) | 306.87º | 0.72% | 0.72% | - |
| XYZ | 27.82 | 15.35 | 38.54 | - |
| YUV | 104.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 168 | 0 | 0.72 | 0.08 | 0.28 | 306.87 | 0.56 | 0.46 |
| Hex | B7 | 34 | A8 | 0 | 48 | 8 | 1C | 133 | 38 | 2E |
| Octal | 267 | 64 | 250 | 0 | 110 | 10 | 34 | 463 | 70 | 56 |
| Binary | 10110111 | 110100 | 10101000 | 0 | 1001000 | 1000 | 11100 | 100110011 | 111000 | 101110 |
Color Harmonies of #B734A8
Complementary color
Monochromatic Colors of #B734A8
Black with #B734A8
Text Example
Text Example
White with #B734A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B734A8; }
p { color: rgb(183,52,168); }
H1.HeaderClassName
{
color: #B734A8;
}
.AnyTagClassName
{
color: #B734A8;
}
</style>
background-color css
<style>
a { background-color: #B734A8; }
a { background-color: rgb(183,52,168); }
div.DivClassName
{
background-color: #B734A8;
}
.BgClassName
{
background-color: #B734A8;
}
</style>
border-color css
<style>
span { border-color: #B734A8; }
span { border-color: rgb(183,52,168); }
td.TdClassName
{
border-color: #B734A8;
}
.TagClassName
{
border-color: #B734A8;
}
</style>