Shades of Medium Orchid #BF44CC
Tints of Medium Orchid #BF44CC
RGB
CMYK
RGB Variations
Color information
#BF44CC (or 0xBF44CC) is known color: Medium Orchid. HEX triplet: BF, 44 and CC. RGB value is (191,68,204). Sum of RGB (Red+Green+Blue) = 191+68+204=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44CC is #40BB33. Grayscale: #777777. Windows color (decimal): -4242228 or 13386943. OLE color: 13386943.
HSL color Cylindrical-coordinate representation of color #BF44CC: hue angle of 294.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF44CC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 68 | 204 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.2 |
| HSL | 294.26º | 0.57% | 0.53% | - |
| HSV(B) | 294.26º | 0.67% | 0.8% | - |
| XYZ | 34.45 | 19.57 | 59.09 | - |
| YUV | 120.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 204 | 0.06 | 0.67 | 0 | 0.2 | 294.26 | 0.57 | 0.53 |
| Hex | BF | 44 | CC | 6 | 43 | 0 | 14 | 126 | 39 | 35 |
| Octal | 277 | 104 | 314 | 6 | 103 | 0 | 24 | 446 | 71 | 65 |
| Binary | 10111111 | 1000100 | 11001100 | 110 | 1000011 | 0 | 10100 | 100100110 | 111001 | 110101 |
Color Harmonies of #BF44CC
Complementary color
Monochromatic Colors of #BF44CC
Black with #BF44CC
Text Example
Text Example
White with #BF44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44CC; }
p { color: rgb(191,68,204); }
H1.HeaderClassName
{
color: #BF44CC;
}
.AnyTagClassName
{
color: #BF44CC;
}
</style>
background-color css
<style>
a { background-color: #BF44CC; }
a { background-color: rgb(191,68,204); }
div.DivClassName
{
background-color: #BF44CC;
}
.BgClassName
{
background-color: #BF44CC;
}
</style>
border-color css
<style>
span { border-color: #BF44CC; }
span { border-color: rgb(191,68,204); }
td.TdClassName
{
border-color: #BF44CC;
}
.TagClassName
{
border-color: #BF44CC;
}
</style>