Shades of Medium Orchid #BF38D0
Tints of Medium Orchid #BF38D0
RGB
CMYK
RGB Variations
Color information
#BF38D0 (or 0xBF38D0) is known color: Medium Orchid. HEX triplet: BF, 38 and D0. RGB value is (191,56,208). Sum of RGB (Red+Green+Blue) = 191+56+208=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF38D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF38D0 is #40C72F. Grayscale: #717171. Windows color (decimal): -4245296 or 13646015. OLE color: 13646015.
HSL color Cylindrical-coordinate representation of color #BF38D0: hue angle of 293.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF38D0 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 56 | 208 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.18 |
| HSL | 293.29º | 0.62% | 0.52% | - |
| HSV(B) | 293.29º | 0.73% | 0.82% | - |
| XYZ | 34.29 | 18.46 | 61.43 | - |
| YUV | 113.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 208 | 0.08 | 0.73 | 0 | 0.18 | 293.29 | 0.62 | 0.52 |
| Hex | BF | 38 | D0 | 8 | 49 | 0 | 12 | 125 | 3E | 34 |
| Octal | 277 | 70 | 320 | 10 | 111 | 0 | 22 | 445 | 76 | 64 |
| Binary | 10111111 | 111000 | 11010000 | 1000 | 1001001 | 0 | 10010 | 100100101 | 111110 | 110100 |
Color Harmonies of #BF38D0
Complementary color
Monochromatic Colors of #BF38D0
Black with #BF38D0
Text Example
Text Example
White with #BF38D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF38D0; }
p { color: rgb(191,56,208); }
H1.HeaderClassName
{
color: #BF38D0;
}
.AnyTagClassName
{
color: #BF38D0;
}
</style>
background-color css
<style>
a { background-color: #BF38D0; }
a { background-color: rgb(191,56,208); }
div.DivClassName
{
background-color: #BF38D0;
}
.BgClassName
{
background-color: #BF38D0;
}
</style>
border-color css
<style>
span { border-color: #BF38D0; }
span { border-color: rgb(191,56,208); }
td.TdClassName
{
border-color: #BF38D0;
}
.TagClassName
{
border-color: #BF38D0;
}
</style>