Shades of Medium Red Violet #B6309C
Tints of Medium Red Violet #B6309C
RGB
CMYK
RGB Variations
Color information
#B6309C (or 0xB6309C) is known color: Medium Red Violet. HEX triplet: B6, 30 and 9C. RGB value is (182,48,156). Sum of RGB (Red+Green+Blue) = 182+48+156=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6309C is #49CF63. Grayscale: #646464. Windows color (decimal): -4837220 or 10236086. OLE color: 10236086.
HSL color Cylindrical-coordinate representation of color #B6309C: hue angle of 311.64º 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 #B6309C is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 156 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.29 |
| HSL | 311.64º | 0.58% | 0.45% | - |
| HSV(B) | 311.64º | 0.74% | 0.71% | - |
| XYZ | 26.35 | 14.46 | 32.85 | - |
| YUV | 100.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 156 | 0 | 0.74 | 0.14 | 0.29 | 311.64 | 0.58 | 0.45 |
| Hex | B6 | 30 | 9C | 0 | 4A | E | 1D | 138 | 3A | 2D |
| Octal | 266 | 60 | 234 | 0 | 112 | 16 | 35 | 470 | 72 | 55 |
| Binary | 10110110 | 110000 | 10011100 | 0 | 1001010 | 1110 | 11101 | 100111000 | 111010 | 101101 |
Color Harmonies of #B6309C
Complementary color
Monochromatic Colors of #B6309C
Black with #B6309C
Text Example
Text Example
White with #B6309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6309C; }
p { color: rgb(182,48,156); }
H1.HeaderClassName
{
color: #B6309C;
}
.AnyTagClassName
{
color: #B6309C;
}
</style>
background-color css
<style>
a { background-color: #B6309C; }
a { background-color: rgb(182,48,156); }
div.DivClassName
{
background-color: #B6309C;
}
.BgClassName
{
background-color: #B6309C;
}
</style>
border-color css
<style>
span { border-color: #B6309C; }
span { border-color: rgb(182,48,156); }
td.TdClassName
{
border-color: #B6309C;
}
.TagClassName
{
border-color: #B6309C;
}
</style>