Shades of Medium Red Violet #B63B9C
Tints of Medium Red Violet #B63B9C
RGB
CMYK
RGB Variations
Color information
#B63B9C (or 0xB63B9C) is known color: Medium Red Violet. HEX triplet: B6, 3B and 9C. RGB value is (182,59,156). Sum of RGB (Red+Green+Blue) = 182+59+156=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63B9C is #49C463. Grayscale: #6A6A6A. Windows color (decimal): -4834404 or 10238902. OLE color: 10238902.
HSL color Cylindrical-coordinate representation of color #B63B9C: hue angle of 312.68º 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 #B63B9C is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 156 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.29 |
| HSL | 312.68º | 0.51% | 0.47% | - |
| HSV(B) | 312.68º | 0.68% | 0.71% | - |
| XYZ | 26.86 | 15.47 | 33.02 | - |
| YUV | 106.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 156 | 0 | 0.68 | 0.14 | 0.29 | 312.68 | 0.51 | 0.47 |
| Hex | B6 | 3B | 9C | 0 | 44 | E | 1D | 139 | 33 | 2F |
| Octal | 266 | 73 | 234 | 0 | 104 | 16 | 35 | 471 | 63 | 57 |
| Binary | 10110110 | 111011 | 10011100 | 0 | 1000100 | 1110 | 11101 | 100111001 | 110011 | 101111 |
Color Harmonies of #B63B9C
Complementary color
Monochromatic Colors of #B63B9C
Black with #B63B9C
Text Example
Text Example
White with #B63B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B9C; }
p { color: rgb(182,59,156); }
H1.HeaderClassName
{
color: #B63B9C;
}
.AnyTagClassName
{
color: #B63B9C;
}
</style>
background-color css
<style>
a { background-color: #B63B9C; }
a { background-color: rgb(182,59,156); }
div.DivClassName
{
background-color: #B63B9C;
}
.BgClassName
{
background-color: #B63B9C;
}
</style>
border-color css
<style>
span { border-color: #B63B9C; }
span { border-color: rgb(182,59,156); }
td.TdClassName
{
border-color: #B63B9C;
}
.TagClassName
{
border-color: #B63B9C;
}
</style>