Shades of Medium Red Violet #B6309D
Tints of Medium Red Violet #B6309D
RGB
CMYK
RGB Variations
Color information
#B6309D (or 0xB6309D) is known color: Medium Red Violet. HEX triplet: B6, 30 and 9D. RGB value is (182,48,157). Sum of RGB (Red+Green+Blue) = 182+48+157=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6309D is #49CF62. Grayscale: #646464. Windows color (decimal): -4837219 or 10301622. OLE color: 10301622.
HSL color Cylindrical-coordinate representation of color #B6309D: hue angle of 311.19º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6309D is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 157 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.29 |
| HSL | 311.19º | 0.58% | 0.45% | - |
| HSV(B) | 311.19º | 0.74% | 0.71% | - |
| XYZ | 26.43 | 14.49 | 33.3 | - |
| YUV | 100.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 157 | 0 | 0.74 | 0.14 | 0.29 | 311.19 | 0.58 | 0.45 |
| Hex | B6 | 30 | 9D | 0 | 4A | E | 1D | 137 | 3A | 2D |
| Octal | 266 | 60 | 235 | 0 | 112 | 16 | 35 | 467 | 72 | 55 |
| Binary | 10110110 | 110000 | 10011101 | 0 | 1001010 | 1110 | 11101 | 100110111 | 111010 | 101101 |
Color Harmonies of #B6309D
Complementary color
Monochromatic Colors of #B6309D
Black with #B6309D
Text Example
Text Example
White with #B6309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6309D; }
p { color: rgb(182,48,157); }
H1.HeaderClassName
{
color: #B6309D;
}
.AnyTagClassName
{
color: #B6309D;
}
</style>
background-color css
<style>
a { background-color: #B6309D; }
a { background-color: rgb(182,48,157); }
div.DivClassName
{
background-color: #B6309D;
}
.BgClassName
{
background-color: #B6309D;
}
</style>
border-color css
<style>
span { border-color: #B6309D; }
span { border-color: rgb(182,48,157); }
td.TdClassName
{
border-color: #B6309D;
}
.TagClassName
{
border-color: #B6309D;
}
</style>