Shades of Medium Orchid #BF44CE
Tints of Medium Orchid #BF44CE
RGB
CMYK
RGB Variations
Color information
#BF44CE (or 0xBF44CE) is known color: Medium Orchid. HEX triplet: BF, 44 and CE. RGB value is (191,68,206). Sum of RGB (Red+Green+Blue) = 191+68+206=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44CE is #40BB31. Grayscale: #787878. Windows color (decimal): -4242226 or 13518015. OLE color: 13518015.
HSL color Cylindrical-coordinate representation of color #BF44CE: hue angle of 293.48º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF44CE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 68 | 206 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.19 |
| HSL | 293.48º | 0.58% | 0.54% | - |
| HSV(B) | 293.48º | 0.67% | 0.81% | - |
| XYZ | 34.69 | 19.67 | 60.36 | - |
| YUV | 120.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 206 | 0.07 | 0.67 | 0 | 0.19 | 293.48 | 0.58 | 0.54 |
| Hex | BF | 44 | CE | 7 | 43 | 0 | 13 | 125 | 3A | 36 |
| Octal | 277 | 104 | 316 | 7 | 103 | 0 | 23 | 445 | 72 | 66 |
| Binary | 10111111 | 1000100 | 11001110 | 111 | 1000011 | 0 | 10011 | 100100101 | 111010 | 110110 |
Color Harmonies of #BF44CE
Complementary color
Monochromatic Colors of #BF44CE
Black with #BF44CE
Text Example
Text Example
White with #BF44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44CE; }
p { color: rgb(191,68,206); }
H1.HeaderClassName
{
color: #BF44CE;
}
.AnyTagClassName
{
color: #BF44CE;
}
</style>
background-color css
<style>
a { background-color: #BF44CE; }
a { background-color: rgb(191,68,206); }
div.DivClassName
{
background-color: #BF44CE;
}
.BgClassName
{
background-color: #BF44CE;
}
</style>
border-color css
<style>
span { border-color: #BF44CE; }
span { border-color: rgb(191,68,206); }
td.TdClassName
{
border-color: #BF44CE;
}
.TagClassName
{
border-color: #BF44CE;
}
</style>