Shades of Medium Red Violet #BB256C
Tints of Medium Red Violet #BB256C
RGB
CMYK
RGB Variations
Color information
#BB256C (or 0xBB256C) is known color: Medium Red Violet. HEX triplet: BB, 25 and 6C. RGB value is (187,37,108). Sum of RGB (Red+Green+Blue) = 187+37+108=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB256C is #44DA93. Grayscale: #595959. Windows color (decimal): -4512404 or 7087547. OLE color: 7087547.
HSL color Cylindrical-coordinate representation of color #BB256C: hue angle of 331.6º 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 #BB256C is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 108 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.27 |
| HSL | 331.6º | 0.67% | 0.44% | - |
| HSV(B) | 331.6º | 0.8% | 0.73% | - |
| XYZ | 23.86 | 12.97 | 15.43 | - |
| YUV | 89.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 108 | 0 | 0.80 | 0.42 | 0.27 | 331.6 | 0.67 | 0.44 |
| Hex | BB | 25 | 6C | 0 | 50 | 2A | 1B | 14C | 43 | 2C |
| Octal | 273 | 45 | 154 | 0 | 120 | 52 | 33 | 514 | 103 | 54 |
| Binary | 10111011 | 100101 | 1101100 | 0 | 1010000 | 101010 | 11011 | 101001100 | 1000011 | 101100 |
Color Harmonies of #BB256C
Complementary color
Monochromatic Colors of #BB256C
Black with #BB256C
Text Example
Text Example
White with #BB256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB256C; }
p { color: rgb(187,37,108); }
H1.HeaderClassName
{
color: #BB256C;
}
.AnyTagClassName
{
color: #BB256C;
}
</style>
background-color css
<style>
a { background-color: #BB256C; }
a { background-color: rgb(187,37,108); }
div.DivClassName
{
background-color: #BB256C;
}
.BgClassName
{
background-color: #BB256C;
}
</style>
border-color css
<style>
span { border-color: #BB256C; }
span { border-color: rgb(187,37,108); }
td.TdClassName
{
border-color: #BB256C;
}
.TagClassName
{
border-color: #BB256C;
}
</style>