Shades of Medium Red Violet #BB26AD
Tints of Medium Red Violet #BB26AD
RGB
CMYK
RGB Variations
Color information
#BB26AD (or 0xBB26AD) is known color: Medium Red Violet. HEX triplet: BB, 26 and AD. RGB value is (187,38,173). Sum of RGB (Red+Green+Blue) = 187+38+173=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB26AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB26AD is #44D952. Grayscale: #616161. Windows color (decimal): -4512083 or 11347643. OLE color: 11347643.
HSL color Cylindrical-coordinate representation of color #BB26AD: hue angle of 305.64º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB26AD is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 173 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.27 |
| HSL | 305.64º | 0.66% | 0.44% | - |
| HSV(B) | 305.64º | 0.8% | 0.73% | - |
| XYZ | 28.73 | 14.97 | 40.91 | - |
| YUV | 97.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 173 | 0 | 0.80 | 0.07 | 0.27 | 305.64 | 0.66 | 0.44 |
| Hex | BB | 26 | AD | 0 | 50 | 7 | 1B | 132 | 42 | 2C |
| Octal | 273 | 46 | 255 | 0 | 120 | 7 | 33 | 462 | 102 | 54 |
| Binary | 10111011 | 100110 | 10101101 | 0 | 1010000 | 111 | 11011 | 100110010 | 1000010 | 101100 |
Color Harmonies of #BB26AD
Complementary color
Monochromatic Colors of #BB26AD
Black with #BB26AD
Text Example
Text Example
White with #BB26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26AD; }
p { color: rgb(187,38,173); }
H1.HeaderClassName
{
color: #BB26AD;
}
.AnyTagClassName
{
color: #BB26AD;
}
</style>
background-color css
<style>
a { background-color: #BB26AD; }
a { background-color: rgb(187,38,173); }
div.DivClassName
{
background-color: #BB26AD;
}
.BgClassName
{
background-color: #BB26AD;
}
</style>
border-color css
<style>
span { border-color: #BB26AD; }
span { border-color: rgb(187,38,173); }
td.TdClassName
{
border-color: #BB26AD;
}
.TagClassName
{
border-color: #BB26AD;
}
</style>