Shades of Medium Red Violet #B6309A
Tints of Medium Red Violet #B6309A
RGB
CMYK
RGB Variations
Color information
#B6309A (or 0xB6309A) is known color: Medium Red Violet. HEX triplet: B6, 30 and 9A. RGB value is (182,48,154). Sum of RGB (Red+Green+Blue) = 182+48+154=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B6309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6309A is #49CF65. Grayscale: #636363. Windows color (decimal): -4837222 or 10105014. OLE color: 10105014.
HSL color Cylindrical-coordinate representation of color #B6309A: hue angle of 312.54º 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 #B6309A is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 154 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.29 |
| HSL | 312.54º | 0.58% | 0.45% | - |
| HSV(B) | 312.54º | 0.74% | 0.71% | - |
| XYZ | 26.18 | 14.39 | 31.97 | - |
| YUV | 100.15 | 158.39 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 154 | 0 | 0.74 | 0.15 | 0.29 | 312.54 | 0.58 | 0.45 |
| Hex | B6 | 30 | 9A | 0 | 4A | F | 1D | 139 | 3A | 2D |
| Octal | 266 | 60 | 232 | 0 | 112 | 17 | 35 | 471 | 72 | 55 |
| Binary | 10110110 | 110000 | 10011010 | 0 | 1001010 | 1111 | 11101 | 100111001 | 111010 | 101101 |
Color Harmonies of #B6309A
Complementary color
Monochromatic Colors of #B6309A
Black with #B6309A
Text Example
Text Example
White with #B6309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6309A; }
p { color: rgb(182,48,154); }
H1.HeaderClassName
{
color: #B6309A;
}
.AnyTagClassName
{
color: #B6309A;
}
</style>
background-color css
<style>
a { background-color: #B6309A; }
a { background-color: rgb(182,48,154); }
div.DivClassName
{
background-color: #B6309A;
}
.BgClassName
{
background-color: #B6309A;
}
</style>
border-color css
<style>
span { border-color: #B6309A; }
span { border-color: rgb(182,48,154); }
td.TdClassName
{
border-color: #B6309A;
}
.TagClassName
{
border-color: #B6309A;
}
</style>