Shades of Medium Red Violet #B926A3
Tints of Medium Red Violet #B926A3
RGB
CMYK
RGB Variations
Color information
#B926A3 (or 0xB926A3) is known color: Medium Red Violet. HEX triplet: B9, 26 and A3. RGB value is (185,38,163). Sum of RGB (Red+Green+Blue) = 185+38+163=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B926A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B926A3 is #46D95C. Grayscale: #5F5F5F. Windows color (decimal): -4643165 or 10692281. OLE color: 10692281.
HSL color Cylindrical-coordinate representation of color #B926A3: hue angle of 308.98º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B926A3 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 163 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.27 |
| HSL | 308.98º | 0.66% | 0.44% | - |
| HSV(B) | 308.98º | 0.79% | 0.73% | - |
| XYZ | 27.31 | 14.34 | 35.98 | - |
| YUV | 96.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 163 | 0 | 0.79 | 0.12 | 0.27 | 308.98 | 0.66 | 0.44 |
| Hex | B9 | 26 | A3 | 0 | 4F | C | 1B | 135 | 42 | 2C |
| Octal | 271 | 46 | 243 | 0 | 117 | 14 | 33 | 465 | 102 | 54 |
| Binary | 10111001 | 100110 | 10100011 | 0 | 1001111 | 1100 | 11011 | 100110101 | 1000010 | 101100 |
Color Harmonies of #B926A3
Complementary color
Monochromatic Colors of #B926A3
Black with #B926A3
Text Example
Text Example
White with #B926A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926A3; }
p { color: rgb(185,38,163); }
H1.HeaderClassName
{
color: #B926A3;
}
.AnyTagClassName
{
color: #B926A3;
}
</style>
background-color css
<style>
a { background-color: #B926A3; }
a { background-color: rgb(185,38,163); }
div.DivClassName
{
background-color: #B926A3;
}
.BgClassName
{
background-color: #B926A3;
}
</style>
border-color css
<style>
span { border-color: #B926A3; }
span { border-color: rgb(185,38,163); }
td.TdClassName
{
border-color: #B926A3;
}
.TagClassName
{
border-color: #B926A3;
}
</style>