Shades of Medium Red Violet #B6308C
Tints of Medium Red Violet #B6308C
RGB
CMYK
RGB Variations
Color information
#B6308C (or 0xB6308C) is known color: Medium Red Violet. HEX triplet: B6, 30 and 8C. RGB value is (182,48,140). Sum of RGB (Red+Green+Blue) = 182+48+140=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6308C is #49CF73. Grayscale: #626262. Windows color (decimal): -4837236 or 9187510. OLE color: 9187510.
HSL color Cylindrical-coordinate representation of color #B6308C: hue angle of 318.81º 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 #B6308C is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 140 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.29 |
| HSL | 318.81º | 0.58% | 0.45% | - |
| HSV(B) | 318.81º | 0.74% | 0.71% | - |
| XYZ | 25.08 | 13.95 | 26.18 | - |
| YUV | 98.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 140 | 0 | 0.74 | 0.23 | 0.29 | 318.81 | 0.58 | 0.45 |
| Hex | B6 | 30 | 8C | 0 | 4A | 17 | 1D | 13F | 3A | 2D |
| Octal | 266 | 60 | 214 | 0 | 112 | 27 | 35 | 477 | 72 | 55 |
| Binary | 10110110 | 110000 | 10001100 | 0 | 1001010 | 10111 | 11101 | 100111111 | 111010 | 101101 |
Color Harmonies of #B6308C
Complementary color
Monochromatic Colors of #B6308C
Black with #B6308C
Text Example
Text Example
White with #B6308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6308C; }
p { color: rgb(182,48,140); }
H1.HeaderClassName
{
color: #B6308C;
}
.AnyTagClassName
{
color: #B6308C;
}
</style>
background-color css
<style>
a { background-color: #B6308C; }
a { background-color: rgb(182,48,140); }
div.DivClassName
{
background-color: #B6308C;
}
.BgClassName
{
background-color: #B6308C;
}
</style>
border-color css
<style>
span { border-color: #B6308C; }
span { border-color: rgb(182,48,140); }
td.TdClassName
{
border-color: #B6308C;
}
.TagClassName
{
border-color: #B6308C;
}
</style>