Shades of Medium Orchid #BF41D4
Tints of Medium Orchid #BF41D4
RGB
CMYK
RGB Variations
Color information
#BF41D4 (or 0xBF41D4) is known color: Medium Orchid. HEX triplet: BF, 41 and D4. RGB value is (191,65,212). Sum of RGB (Red+Green+Blue) = 191+65+212=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF41D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41D4 is #40BE2B. Grayscale: #767676. Windows color (decimal): -4242988 or 13910463. OLE color: 13910463.
HSL color Cylindrical-coordinate representation of color #BF41D4: hue angle of 291.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF41D4 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 65 | 212 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.17 |
| HSL | 291.43º | 0.63% | 0.54% | - |
| HSV(B) | 291.43º | 0.69% | 0.83% | - |
| XYZ | 35.26 | 19.61 | 64.21 | - |
| YUV | 119.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 212 | 0.10 | 0.69 | 0 | 0.17 | 291.43 | 0.63 | 0.54 |
| Hex | BF | 41 | D4 | A | 45 | 0 | 11 | 123 | 3F | 36 |
| Octal | 277 | 101 | 324 | 12 | 105 | 0 | 21 | 443 | 77 | 66 |
| Binary | 10111111 | 1000001 | 11010100 | 1010 | 1000101 | 0 | 10001 | 100100011 | 111111 | 110110 |
Color Harmonies of #BF41D4
Complementary color
Monochromatic Colors of #BF41D4
Black with #BF41D4
Text Example
Text Example
White with #BF41D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41D4; }
p { color: rgb(191,65,212); }
H1.HeaderClassName
{
color: #BF41D4;
}
.AnyTagClassName
{
color: #BF41D4;
}
</style>
background-color css
<style>
a { background-color: #BF41D4; }
a { background-color: rgb(191,65,212); }
div.DivClassName
{
background-color: #BF41D4;
}
.BgClassName
{
background-color: #BF41D4;
}
</style>
border-color css
<style>
span { border-color: #BF41D4; }
span { border-color: rgb(191,65,212); }
td.TdClassName
{
border-color: #BF41D4;
}
.TagClassName
{
border-color: #BF41D4;
}
</style>