Shades of Medium Red Violet #B63B9F
Tints of Medium Red Violet #B63B9F
RGB
CMYK
RGB Variations
Color information
#B63B9F (or 0xB63B9F) is known color: Medium Red Violet. HEX triplet: B6, 3B and 9F. RGB value is (182,59,159). Sum of RGB (Red+Green+Blue) = 182+59+159=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63B9F is #49C460. Grayscale: #6A6A6A. Windows color (decimal): -4834401 or 10435510. OLE color: 10435510.
HSL color Cylindrical-coordinate representation of color #B63B9F: hue angle of 311.22º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63B9F is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 159 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.29 |
| HSL | 311.22º | 0.51% | 0.47% | - |
| HSV(B) | 311.22º | 0.68% | 0.71% | - |
| XYZ | 27.11 | 15.58 | 34.38 | - |
| YUV | 107.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 159 | 0 | 0.68 | 0.13 | 0.29 | 311.22 | 0.51 | 0.47 |
| Hex | B6 | 3B | 9F | 0 | 44 | D | 1D | 137 | 33 | 2F |
| Octal | 266 | 73 | 237 | 0 | 104 | 15 | 35 | 467 | 63 | 57 |
| Binary | 10110110 | 111011 | 10011111 | 0 | 1000100 | 1101 | 11101 | 100110111 | 110011 | 101111 |
Color Harmonies of #B63B9F
Complementary color
Monochromatic Colors of #B63B9F
Black with #B63B9F
Text Example
Text Example
White with #B63B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B9F; }
p { color: rgb(182,59,159); }
H1.HeaderClassName
{
color: #B63B9F;
}
.AnyTagClassName
{
color: #B63B9F;
}
</style>
background-color css
<style>
a { background-color: #B63B9F; }
a { background-color: rgb(182,59,159); }
div.DivClassName
{
background-color: #B63B9F;
}
.BgClassName
{
background-color: #B63B9F;
}
</style>
border-color css
<style>
span { border-color: #B63B9F; }
span { border-color: rgb(182,59,159); }
td.TdClassName
{
border-color: #B63B9F;
}
.TagClassName
{
border-color: #B63B9F;
}
</style>