Shades of Medium Red Violet #BF269A
Tints of Medium Red Violet #BF269A
RGB
CMYK
RGB Variations
Color information
#BF269A (or 0xBF269A) is known color: Medium Red Violet. HEX triplet: BF, 26 and 9A. RGB value is (191,38,154). Sum of RGB (Red+Green+Blue) = 191+38+154=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF269A is #40D965. Grayscale: #606060. Windows color (decimal): -4249958 or 10102463. OLE color: 10102463.
HSL color Cylindrical-coordinate representation of color #BF269A: hue angle of 314.51º 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 #BF269A is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 154 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.25 |
| HSL | 314.51º | 0.67% | 0.45% | - |
| HSV(B) | 314.51º | 0.8% | 0.75% | - |
| XYZ | 28.01 | 14.8 | 31.95 | - |
| YUV | 96.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 154 | 0 | 0.80 | 0.19 | 0.25 | 314.51 | 0.67 | 0.45 |
| Hex | BF | 26 | 9A | 0 | 50 | 13 | 19 | 13B | 43 | 2D |
| Octal | 277 | 46 | 232 | 0 | 120 | 23 | 31 | 473 | 103 | 55 |
| Binary | 10111111 | 100110 | 10011010 | 0 | 1010000 | 10011 | 11001 | 100111011 | 1000011 | 101101 |
Color Harmonies of #BF269A
Complementary color
Monochromatic Colors of #BF269A
Black with #BF269A
Text Example
Text Example
White with #BF269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF269A; }
p { color: rgb(191,38,154); }
H1.HeaderClassName
{
color: #BF269A;
}
.AnyTagClassName
{
color: #BF269A;
}
</style>
background-color css
<style>
a { background-color: #BF269A; }
a { background-color: rgb(191,38,154); }
div.DivClassName
{
background-color: #BF269A;
}
.BgClassName
{
background-color: #BF269A;
}
</style>
border-color css
<style>
span { border-color: #BF269A; }
span { border-color: rgb(191,38,154); }
td.TdClassName
{
border-color: #BF269A;
}
.TagClassName
{
border-color: #BF269A;
}
</style>