Shades of Medium Orchid #BF43D5
Tints of Medium Orchid #BF43D5
RGB
CMYK
RGB Variations
Color information
#BF43D5 (or 0xBF43D5) is known color: Medium Orchid. HEX triplet: BF, 43 and D5. RGB value is (191,67,213). Sum of RGB (Red+Green+Blue) = 191+67+213=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF43D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43D5 is #40BC2A. Grayscale: #787878. Windows color (decimal): -4242475 or 13976511. OLE color: 13976511.
HSL color Cylindrical-coordinate representation of color #BF43D5: hue angle of 290.96º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF43D5 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 67 | 213 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.16 |
| HSL | 290.96º | 0.63% | 0.55% | - |
| HSV(B) | 290.96º | 0.69% | 0.84% | - |
| XYZ | 35.5 | 19.89 | 64.92 | - |
| YUV | 120.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 213 | 0.10 | 0.69 | 0 | 0.16 | 290.96 | 0.63 | 0.55 |
| Hex | BF | 43 | D5 | A | 45 | 0 | 10 | 123 | 3F | 37 |
| Octal | 277 | 103 | 325 | 12 | 105 | 0 | 20 | 443 | 77 | 67 |
| Binary | 10111111 | 1000011 | 11010101 | 1010 | 1000101 | 0 | 10000 | 100100011 | 111111 | 110111 |
Color Harmonies of #BF43D5
Complementary color
Monochromatic Colors of #BF43D5
Black with #BF43D5
Text Example
Text Example
White with #BF43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43D5; }
p { color: rgb(191,67,213); }
H1.HeaderClassName
{
color: #BF43D5;
}
.AnyTagClassName
{
color: #BF43D5;
}
</style>
background-color css
<style>
a { background-color: #BF43D5; }
a { background-color: rgb(191,67,213); }
div.DivClassName
{
background-color: #BF43D5;
}
.BgClassName
{
background-color: #BF43D5;
}
</style>
border-color css
<style>
span { border-color: #BF43D5; }
span { border-color: rgb(191,67,213); }
td.TdClassName
{
border-color: #BF43D5;
}
.TagClassName
{
border-color: #BF43D5;
}
</style>