Shades of Medium Orchid #BF36D0
Tints of Medium Orchid #BF36D0
RGB
CMYK
RGB Variations
Color information
#BF36D0 (or 0xBF36D0) is known color: Medium Orchid. HEX triplet: BF, 36 and D0. RGB value is (191,54,208). Sum of RGB (Red+Green+Blue) = 191+54+208=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36D0 is #40C92F. Grayscale: #707070. Windows color (decimal): -4245808 or 13645503. OLE color: 13645503.
HSL color Cylindrical-coordinate representation of color #BF36D0: hue angle of 293.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF36D0 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 54 | 208 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.18 |
| HSL | 293.38º | 0.62% | 0.51% | - |
| HSV(B) | 293.38º | 0.74% | 0.82% | - |
| XYZ | 34.19 | 18.27 | 61.4 | - |
| YUV | 112.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 208 | 0.08 | 0.74 | 0 | 0.18 | 293.38 | 0.62 | 0.51 |
| Hex | BF | 36 | D0 | 8 | 4A | 0 | 12 | 125 | 3E | 33 |
| Octal | 277 | 66 | 320 | 10 | 112 | 0 | 22 | 445 | 76 | 63 |
| Binary | 10111111 | 110110 | 11010000 | 1000 | 1001010 | 0 | 10010 | 100100101 | 111110 | 110011 |
Color Harmonies of #BF36D0
Complementary color
Monochromatic Colors of #BF36D0
Black with #BF36D0
Text Example
Text Example
White with #BF36D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36D0; }
p { color: rgb(191,54,208); }
H1.HeaderClassName
{
color: #BF36D0;
}
.AnyTagClassName
{
color: #BF36D0;
}
</style>
background-color css
<style>
a { background-color: #BF36D0; }
a { background-color: rgb(191,54,208); }
div.DivClassName
{
background-color: #BF36D0;
}
.BgClassName
{
background-color: #BF36D0;
}
</style>
border-color css
<style>
span { border-color: #BF36D0; }
span { border-color: rgb(191,54,208); }
td.TdClassName
{
border-color: #BF36D0;
}
.TagClassName
{
border-color: #BF36D0;
}
</style>