Shades of Medium Red Violet #B6399E
Tints of Medium Red Violet #B6399E
RGB
CMYK
RGB Variations
Color information
#B6399E (or 0xB6399E) is known color: Medium Red Violet. HEX triplet: B6, 39 and 9E. RGB value is (182,57,158). Sum of RGB (Red+Green+Blue) = 182+57+158=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6399E is #49C661. Grayscale: #696969. Windows color (decimal): -4834914 or 10369462. OLE color: 10369462.
HSL color Cylindrical-coordinate representation of color #B6399E: hue angle of 311.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6399E is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 158 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.29 |
| HSL | 311.52º | 0.52% | 0.47% | - |
| HSV(B) | 311.52º | 0.69% | 0.71% | - |
| XYZ | 26.93 | 15.34 | 33.89 | - |
| YUV | 105.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 158 | 0 | 0.69 | 0.13 | 0.29 | 311.52 | 0.52 | 0.47 |
| Hex | B6 | 39 | 9E | 0 | 45 | D | 1D | 138 | 34 | 2F |
| Octal | 266 | 71 | 236 | 0 | 105 | 15 | 35 | 470 | 64 | 57 |
| Binary | 10110110 | 111001 | 10011110 | 0 | 1000101 | 1101 | 11101 | 100111000 | 110100 | 101111 |
Color Harmonies of #B6399E
Complementary color
Monochromatic Colors of #B6399E
Black with #B6399E
Text Example
Text Example
White with #B6399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6399E; }
p { color: rgb(182,57,158); }
H1.HeaderClassName
{
color: #B6399E;
}
.AnyTagClassName
{
color: #B6399E;
}
</style>
background-color css
<style>
a { background-color: #B6399E; }
a { background-color: rgb(182,57,158); }
div.DivClassName
{
background-color: #B6399E;
}
.BgClassName
{
background-color: #B6399E;
}
</style>
border-color css
<style>
span { border-color: #B6399E; }
span { border-color: rgb(182,57,158); }
td.TdClassName
{
border-color: #B6399E;
}
.TagClassName
{
border-color: #B6399E;
}
</style>