Shades of Medium Red Violet #B62F9B
Tints of Medium Red Violet #B62F9B
RGB
CMYK
RGB Variations
Color information
#B62F9B (or 0xB62F9B) is known color: Medium Red Violet. HEX triplet: B6, 2F and 9B. RGB value is (182,47,155). Sum of RGB (Red+Green+Blue) = 182+47+155=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62F9B is #49D064. Grayscale: #636363. Windows color (decimal): -4837477 or 10170294. OLE color: 10170294.
HSL color Cylindrical-coordinate representation of color #B62F9B: hue angle of 312º degrees, saturation: 0.59, 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 #B62F9B is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 47 | 155 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.29 |
| HSL | 312º | 0.59% | 0.45% | - |
| HSV(B) | 312º | 0.74% | 0.71% | - |
| XYZ | 26.22 | 14.34 | 32.4 | - |
| YUV | 99.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 155 | 0 | 0.74 | 0.15 | 0.29 | 312 | 0.59 | 0.45 |
| Hex | B6 | 2F | 9B | 0 | 4A | F | 1D | 138 | 3B | 2D |
| Octal | 266 | 57 | 233 | 0 | 112 | 17 | 35 | 470 | 73 | 55 |
| Binary | 10110110 | 101111 | 10011011 | 0 | 1001010 | 1111 | 11101 | 100111000 | 111011 | 101101 |
Color Harmonies of #B62F9B
Complementary color
Monochromatic Colors of #B62F9B
Black with #B62F9B
Text Example
Text Example
White with #B62F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62F9B; }
p { color: rgb(182,47,155); }
H1.HeaderClassName
{
color: #B62F9B;
}
.AnyTagClassName
{
color: #B62F9B;
}
</style>
background-color css
<style>
a { background-color: #B62F9B; }
a { background-color: rgb(182,47,155); }
div.DivClassName
{
background-color: #B62F9B;
}
.BgClassName
{
background-color: #B62F9B;
}
</style>
border-color css
<style>
span { border-color: #B62F9B; }
span { border-color: rgb(182,47,155); }
td.TdClassName
{
border-color: #B62F9B;
}
.TagClassName
{
border-color: #B62F9B;
}
</style>