Shades of Medium Violet Red #BF23A8
Tints of Medium Violet Red #BF23A8
RGB
CMYK
RGB Variations
Color information
#BF23A8 (or 0xBF23A8) is known color: Medium Violet Red. HEX triplet: BF, 23 and A8. RGB value is (191,35,168). Sum of RGB (Red+Green+Blue) = 191+35+168=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF23A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF23A8 is #40DC57. Grayscale: #606060. Windows color (decimal): -4250712 or 11019199. OLE color: 11019199.
HSL color Cylindrical-coordinate representation of color #BF23A8: hue angle of 308.85º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF23A8 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 168 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.25 |
| HSL | 308.85º | 0.69% | 0.44% | - |
| HSV(B) | 308.85º | 0.82% | 0.75% | - |
| XYZ | 29.15 | 15.11 | 38.42 | - |
| YUV | 96.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 168 | 0 | 0.82 | 0.12 | 0.25 | 308.85 | 0.69 | 0.44 |
| Hex | BF | 23 | A8 | 0 | 52 | C | 19 | 135 | 45 | 2C |
| Octal | 277 | 43 | 250 | 0 | 122 | 14 | 31 | 465 | 105 | 54 |
| Binary | 10111111 | 100011 | 10101000 | 0 | 1010010 | 1100 | 11001 | 100110101 | 1000101 | 101100 |
Color Harmonies of #BF23A8
Complementary color
Monochromatic Colors of #BF23A8
Black with #BF23A8
Text Example
Text Example
White with #BF23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF23A8; }
p { color: rgb(191,35,168); }
H1.HeaderClassName
{
color: #BF23A8;
}
.AnyTagClassName
{
color: #BF23A8;
}
</style>
background-color css
<style>
a { background-color: #BF23A8; }
a { background-color: rgb(191,35,168); }
div.DivClassName
{
background-color: #BF23A8;
}
.BgClassName
{
background-color: #BF23A8;
}
</style>
border-color css
<style>
span { border-color: #BF23A8; }
span { border-color: rgb(191,35,168); }
td.TdClassName
{
border-color: #BF23A8;
}
.TagClassName
{
border-color: #BF23A8;
}
</style>