Shades of Medium Red Violet #B63D98
Tints of Medium Red Violet #B63D98
RGB
CMYK
RGB Variations
Color information
#B63D98 (or 0xB63D98) is known color: Medium Red Violet. HEX triplet: B6, 3D and 98. RGB value is (182,61,152). Sum of RGB (Red+Green+Blue) = 182+61+152=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D98 is #49C267. Grayscale: #6B6B6B. Windows color (decimal): -4833896 or 9977270. OLE color: 9977270.
HSL color Cylindrical-coordinate representation of color #B63D98: hue angle of 314.88º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D98 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 152 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.29 |
| HSL | 314.88º | 0.5% | 0.48% | - |
| HSV(B) | 314.88º | 0.66% | 0.71% | - |
| XYZ | 26.63 | 15.55 | 31.3 | - |
| YUV | 107.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 152 | 0 | 0.66 | 0.16 | 0.29 | 314.88 | 0.5 | 0.48 |
| Hex | B6 | 3D | 98 | 0 | 42 | 10 | 1D | 13B | 32 | 30 |
| Octal | 266 | 75 | 230 | 0 | 102 | 20 | 35 | 473 | 62 | 60 |
| Binary | 10110110 | 111101 | 10011000 | 0 | 1000010 | 10000 | 11101 | 100111011 | 110010 | 110000 |
Color Harmonies of #B63D98
Complementary color
Monochromatic Colors of #B63D98
Black with #B63D98
Text Example
Text Example
White with #B63D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D98; }
p { color: rgb(182,61,152); }
H1.HeaderClassName
{
color: #B63D98;
}
.AnyTagClassName
{
color: #B63D98;
}
</style>
background-color css
<style>
a { background-color: #B63D98; }
a { background-color: rgb(182,61,152); }
div.DivClassName
{
background-color: #B63D98;
}
.BgClassName
{
background-color: #B63D98;
}
</style>
border-color css
<style>
span { border-color: #B63D98; }
span { border-color: rgb(182,61,152); }
td.TdClassName
{
border-color: #B63D98;
}
.TagClassName
{
border-color: #B63D98;
}
</style>