Shades of Medium Red Violet #B62B6E
Tints of Medium Red Violet #B62B6E
RGB
CMYK
RGB Variations
Color information
#B62B6E (or 0xB62B6E) is known color: Medium Red Violet. HEX triplet: B6, 2B and 6E. RGB value is (182,43,110). Sum of RGB (Red+Green+Blue) = 182+43+110=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B6E is #49D491. Grayscale: #5C5C5C. Windows color (decimal): -4838546 or 7220150. OLE color: 7220150.
HSL color Cylindrical-coordinate representation of color #B62B6E: hue angle of 331.08º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B6E is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 43 | 110 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.29 |
| HSL | 331.08º | 0.62% | 0.44% | - |
| HSV(B) | 331.08º | 0.76% | 0.71% | - |
| XYZ | 22.97 | 12.8 | 16.01 | - |
| YUV | 92.2 | 138.05 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 110 | 0 | 0.76 | 0.40 | 0.29 | 331.08 | 0.62 | 0.44 |
| Hex | B6 | 2B | 6E | 0 | 4C | 28 | 1D | 14B | 3E | 2C |
| Octal | 266 | 53 | 156 | 0 | 114 | 50 | 35 | 513 | 76 | 54 |
| Binary | 10110110 | 101011 | 1101110 | 0 | 1001100 | 101000 | 11101 | 101001011 | 111110 | 101100 |
Color Harmonies of #B62B6E
Complementary color
Monochromatic Colors of #B62B6E
Black with #B62B6E
Text Example
Text Example
White with #B62B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62B6E; }
p { color: rgb(182,43,110); }
H1.HeaderClassName
{
color: #B62B6E;
}
.AnyTagClassName
{
color: #B62B6E;
}
</style>
background-color css
<style>
a { background-color: #B62B6E; }
a { background-color: rgb(182,43,110); }
div.DivClassName
{
background-color: #B62B6E;
}
.BgClassName
{
background-color: #B62B6E;
}
</style>
border-color css
<style>
span { border-color: #B62B6E; }
span { border-color: rgb(182,43,110); }
td.TdClassName
{
border-color: #B62B6E;
}
.TagClassName
{
border-color: #B62B6E;
}
</style>