Shades of Medium Violet Red #B6018A
Tints of Medium Violet Red #B6018A
RGB
CMYK
RGB Variations
Color information
#B6018A (or 0xB6018A) is known color: Medium Violet Red. HEX triplet: B6, 01 and 8A. RGB value is (182,1,138). Sum of RGB (Red+Green+Blue) = 182+1+138=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B6018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6018A is #49FE75. Grayscale: #464646. Windows color (decimal): -4849270 or 9044406. OLE color: 9044406.
HSL color Cylindrical-coordinate representation of color #B6018A: hue angle of 314.59º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6018A is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.29 |
| HSL | 314.59º | 0.99% | 0.36% | - |
| HSV(B) | 314.59º | 0.99% | 0.71% | - |
| XYZ | 23.89 | 11.8 | 25.06 | - |
| YUV | 70.74 | 165.97 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 138 | 0 | 0.99 | 0.24 | 0.29 | 314.59 | 0.99 | 0.36 |
| Hex | B6 | 1 | 8A | 0 | 63 | 18 | 1D | 13B | 63 | 24 |
| Octal | 266 | 1 | 212 | 0 | 143 | 30 | 35 | 473 | 143 | 44 |
| Binary | 10110110 | 1 | 10001010 | 0 | 1100011 | 11000 | 11101 | 100111011 | 1100011 | 100100 |
Color Harmonies of #B6018A
Complementary color
Monochromatic Colors of #B6018A
Black with #B6018A
Text Example
Text Example
White with #B6018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6018A; }
p { color: rgb(182,1,138); }
H1.HeaderClassName
{
color: #B6018A;
}
.AnyTagClassName
{
color: #B6018A;
}
</style>
background-color css
<style>
a { background-color: #B6018A; }
a { background-color: rgb(182,1,138); }
div.DivClassName
{
background-color: #B6018A;
}
.BgClassName
{
background-color: #B6018A;
}
</style>
border-color css
<style>
span { border-color: #B6018A; }
span { border-color: rgb(182,1,138); }
td.TdClassName
{
border-color: #B6018A;
}
.TagClassName
{
border-color: #B6018A;
}
</style>