Shades of Medium Orchid #BF43CF
Tints of Medium Orchid #BF43CF
RGB
CMYK
RGB Variations
Color information
#BF43CF (or 0xBF43CF) is known color: Medium Orchid. HEX triplet: BF, 43 and CF. RGB value is (191,67,207). Sum of RGB (Red+Green+Blue) = 191+67+207=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF43CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43CF is #40BC30. Grayscale: #777777. Windows color (decimal): -4242481 or 13583295. OLE color: 13583295.
HSL color Cylindrical-coordinate representation of color #BF43CF: hue angle of 293.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF43CF is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 67 | 207 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.19 |
| HSL | 293.14º | 0.59% | 0.54% | - |
| HSV(B) | 293.14º | 0.68% | 0.81% | - |
| XYZ | 34.76 | 19.6 | 60.98 | - |
| YUV | 120.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 207 | 0.08 | 0.68 | 0 | 0.19 | 293.14 | 0.59 | 0.54 |
| Hex | BF | 43 | CF | 8 | 44 | 0 | 13 | 125 | 3B | 36 |
| Octal | 277 | 103 | 317 | 10 | 104 | 0 | 23 | 445 | 73 | 66 |
| Binary | 10111111 | 1000011 | 11001111 | 1000 | 1000100 | 0 | 10011 | 100100101 | 111011 | 110110 |
Color Harmonies of #BF43CF
Complementary color
Monochromatic Colors of #BF43CF
Black with #BF43CF
Text Example
Text Example
White with #BF43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43CF; }
p { color: rgb(191,67,207); }
H1.HeaderClassName
{
color: #BF43CF;
}
.AnyTagClassName
{
color: #BF43CF;
}
</style>
background-color css
<style>
a { background-color: #BF43CF; }
a { background-color: rgb(191,67,207); }
div.DivClassName
{
background-color: #BF43CF;
}
.BgClassName
{
background-color: #BF43CF;
}
</style>
border-color css
<style>
span { border-color: #BF43CF; }
span { border-color: rgb(191,67,207); }
td.TdClassName
{
border-color: #BF43CF;
}
.TagClassName
{
border-color: #BF43CF;
}
</style>