Shades of Medium Red Violet #B738A2
Tints of Medium Red Violet #B738A2
RGB
CMYK
RGB Variations
Color information
#B738A2 (or 0xB738A2) is known color: Medium Red Violet. HEX triplet: B7, 38 and A2. RGB value is (183,56,162). Sum of RGB (Red+Green+Blue) = 183+56+162=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B738A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B738A2 is #48C75D. Grayscale: #696969. Windows color (decimal): -4769630 or 10631351. OLE color: 10631351.
HSL color Cylindrical-coordinate representation of color #B738A2: hue angle of 309.92º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B738A2 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 56 | 162 | - |
CMYK | 0 | 0.69 | 0.11 | 0.28 |
HSL | 309.92º | 0.53% | 0.47% | - |
HSV(B) | 309.92º | 0.69% | 0.72% | - |
XYZ | 27.46 | 15.5 | 35.73 | - |
YUV | 106.06 | 159.58 | 182.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 56 | 162 | 0 | 0.69 | 0.11 | 0.28 | 309.92 | 0.53 | 0.47 |
Hex | B7 | 38 | A2 | 0 | 45 | B | 1C | 136 | 35 | 2F |
Octal | 267 | 70 | 242 | 0 | 105 | 13 | 34 | 466 | 65 | 57 |
Binary | 10110111 | 111000 | 10100010 | 0 | 1000101 | 1011 | 11100 | 100110110 | 110101 | 101111 |
Color Harmonies of #B738A2
Complementary color
Monochromatic Colors of #B738A2
Black with #B738A2
Text Example
Text Example
White with #B738A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738A2; }
p { color: rgb(183,56,162); }
H1.HeaderClassName
{
color: #B738A2;
}
.AnyTagClassName
{
color: #B738A2;
}
</style>
background-color css
<style>
a { background-color: #B738A2; }
a { background-color: rgb(183,56,162); }
div.DivClassName
{
background-color: #B738A2;
}
.BgClassName
{
background-color: #B738A2;
}
</style>
border-color css
<style>
span { border-color: #B738A2; }
span { border-color: rgb(183,56,162); }
td.TdClassName
{
border-color: #B738A2;
}
.TagClassName
{
border-color: #B738A2;
}
</style>