Shades of Medium Red Violet #B2338A
Tints of Medium Red Violet #B2338A
RGB
CMYK
RGB Variations
Color information
#B2338A (or 0xB2338A) is known color: Medium Red Violet. HEX triplet: B2, 33 and 8A. RGB value is (178,51,138). Sum of RGB (Red+Green+Blue) = 178+51+138=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2338A is #4DCC75. Grayscale: #626262. Windows color (decimal): -5098614 or 9057202. OLE color: 9057202.
HSL color Cylindrical-coordinate representation of color #B2338A: hue angle of 318.9º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2338A is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 138 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.30 |
| HSL | 318.9º | 0.55% | 0.45% | - |
| HSV(B) | 318.9º | 0.71% | 0.7% | - |
| XYZ | 24.13 | 13.67 | 25.41 | - |
| YUV | 98.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 138 | 0 | 0.71 | 0.22 | 0.30 | 318.9 | 0.55 | 0.45 |
| Hex | B2 | 33 | 8A | 0 | 47 | 16 | 1E | 13F | 37 | 2D |
| Octal | 262 | 63 | 212 | 0 | 107 | 26 | 36 | 477 | 67 | 55 |
| Binary | 10110010 | 110011 | 10001010 | 0 | 1000111 | 10110 | 11110 | 100111111 | 110111 | 101101 |
Color Harmonies of #B2338A
Complementary color
Monochromatic Colors of #B2338A
Black with #B2338A
Text Example
Text Example
White with #B2338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2338A; }
p { color: rgb(178,51,138); }
H1.HeaderClassName
{
color: #B2338A;
}
.AnyTagClassName
{
color: #B2338A;
}
</style>
background-color css
<style>
a { background-color: #B2338A; }
a { background-color: rgb(178,51,138); }
div.DivClassName
{
background-color: #B2338A;
}
.BgClassName
{
background-color: #B2338A;
}
</style>
border-color css
<style>
span { border-color: #B2338A; }
span { border-color: rgb(178,51,138); }
td.TdClassName
{
border-color: #B2338A;
}
.TagClassName
{
border-color: #B2338A;
}
</style>