Shades of Medium Red Violet #BB25AC
Tints of Medium Red Violet #BB25AC
RGB
CMYK
RGB Variations
Color information
#BB25AC (or 0xBB25AC) is known color: Medium Red Violet. HEX triplet: BB, 25 and AC. RGB value is (187,37,172). Sum of RGB (Red+Green+Blue) = 187+37+172=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB25AC is #44DA53. Grayscale: #606060. Windows color (decimal): -4512340 or 11281851. OLE color: 11281851.
HSL color Cylindrical-coordinate representation of color #BB25AC: hue angle of 306º degrees, saturation: 0.67, 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 #BB25AC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 172 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.27 |
| HSL | 306º | 0.67% | 0.44% | - |
| HSV(B) | 306º | 0.8% | 0.73% | - |
| XYZ | 28.6 | 14.87 | 40.39 | - |
| YUV | 97.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 172 | 0 | 0.80 | 0.08 | 0.27 | 306 | 0.67 | 0.44 |
| Hex | BB | 25 | AC | 0 | 50 | 8 | 1B | 132 | 43 | 2C |
| Octal | 273 | 45 | 254 | 0 | 120 | 10 | 33 | 462 | 103 | 54 |
| Binary | 10111011 | 100101 | 10101100 | 0 | 1010000 | 1000 | 11011 | 100110010 | 1000011 | 101100 |
Color Harmonies of #BB25AC
Complementary color
Monochromatic Colors of #BB25AC
Black with #BB25AC
Text Example
Text Example
White with #BB25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB25AC; }
p { color: rgb(187,37,172); }
H1.HeaderClassName
{
color: #BB25AC;
}
.AnyTagClassName
{
color: #BB25AC;
}
</style>
background-color css
<style>
a { background-color: #BB25AC; }
a { background-color: rgb(187,37,172); }
div.DivClassName
{
background-color: #BB25AC;
}
.BgClassName
{
background-color: #BB25AC;
}
</style>
border-color css
<style>
span { border-color: #BB25AC; }
span { border-color: rgb(187,37,172); }
td.TdClassName
{
border-color: #BB25AC;
}
.TagClassName
{
border-color: #BB25AC;
}
</style>