Shades of Medium Red Violet #B238A2
Tints of Medium Red Violet #B238A2
RGB
CMYK
RGB Variations
Color information
#B238A2 (or 0xB238A2) is known color: Medium Red Violet. HEX triplet: B2, 38 and A2. RGB value is (178,56,162). Sum of RGB (Red+Green+Blue) = 178+56+162=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B238A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B238A2 is #4DC75D. Grayscale: #686868. Windows color (decimal): -5097310 or 10631346. OLE color: 10631346.
HSL color Cylindrical-coordinate representation of color #B238A2: hue angle of 307.87º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B238A2 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 162 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.30 |
| HSL | 307.87º | 0.52% | 0.46% | - |
| HSV(B) | 307.87º | 0.69% | 0.7% | - |
| XYZ | 26.3 | 14.9 | 35.67 | - |
| YUV | 104.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 162 | 0 | 0.69 | 0.09 | 0.30 | 307.87 | 0.52 | 0.46 |
| Hex | B2 | 38 | A2 | 0 | 45 | 9 | 1E | 134 | 34 | 2E |
| Octal | 262 | 70 | 242 | 0 | 105 | 11 | 36 | 464 | 64 | 56 |
| Binary | 10110010 | 111000 | 10100010 | 0 | 1000101 | 1001 | 11110 | 100110100 | 110100 | 101110 |
Color Harmonies of #B238A2
Complementary color
Monochromatic Colors of #B238A2
Black with #B238A2
Text Example
Text Example
White with #B238A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238A2; }
p { color: rgb(178,56,162); }
H1.HeaderClassName
{
color: #B238A2;
}
.AnyTagClassName
{
color: #B238A2;
}
</style>
background-color css
<style>
a { background-color: #B238A2; }
a { background-color: rgb(178,56,162); }
div.DivClassName
{
background-color: #B238A2;
}
.BgClassName
{
background-color: #B238A2;
}
</style>
border-color css
<style>
span { border-color: #B238A2; }
span { border-color: rgb(178,56,162); }
td.TdClassName
{
border-color: #B238A2;
}
.TagClassName
{
border-color: #B238A2;
}
</style>