Shades of Medium Red Violet #BF267B
Tints of Medium Red Violet #BF267B
RGB
CMYK
RGB Variations
Color information
#BF267B (or 0xBF267B) is known color: Medium Red Violet. HEX triplet: BF, 26 and 7B. RGB value is (191,38,123). Sum of RGB (Red+Green+Blue) = 191+38+123=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF267B is #40D984. Grayscale: #5D5D5D. Windows color (decimal): -4249989 or 8070847. OLE color: 8070847.
HSL color Cylindrical-coordinate representation of color #BF267B: hue angle of 326.67º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF267B is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 123 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.25 |
| HSL | 326.67º | 0.67% | 0.45% | - |
| HSV(B) | 326.67º | 0.8% | 0.75% | - |
| XYZ | 25.75 | 13.89 | 20.06 | - |
| YUV | 93.44 | 144.69 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 123 | 0 | 0.80 | 0.36 | 0.25 | 326.67 | 0.67 | 0.45 |
| Hex | BF | 26 | 7B | 0 | 50 | 24 | 19 | 147 | 43 | 2D |
| Octal | 277 | 46 | 173 | 0 | 120 | 44 | 31 | 507 | 103 | 55 |
| Binary | 10111111 | 100110 | 1111011 | 0 | 1010000 | 100100 | 11001 | 101000111 | 1000011 | 101101 |
Color Harmonies of #BF267B
Complementary color
Monochromatic Colors of #BF267B
Black with #BF267B
Text Example
Text Example
White with #BF267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF267B; }
p { color: rgb(191,38,123); }
H1.HeaderClassName
{
color: #BF267B;
}
.AnyTagClassName
{
color: #BF267B;
}
</style>
background-color css
<style>
a { background-color: #BF267B; }
a { background-color: rgb(191,38,123); }
div.DivClassName
{
background-color: #BF267B;
}
.BgClassName
{
background-color: #BF267B;
}
</style>
border-color css
<style>
span { border-color: #BF267B; }
span { border-color: rgb(191,38,123); }
td.TdClassName
{
border-color: #BF267B;
}
.TagClassName
{
border-color: #BF267B;
}
</style>