Shades of Medium Orchid #BF36F2
Tints of Medium Orchid #BF36F2
RGB
CMYK
RGB Variations
Color information
#BF36F2 (or 0xBF36F2) is known color: Medium Orchid. HEX triplet: BF, 36 and F2. RGB value is (191,54,242). Sum of RGB (Red+Green+Blue) = 191+54+242=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF36F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36F2 is #40C90D. Grayscale: #737373. Windows color (decimal): -4245774 or 15873727. OLE color: 15873727.
HSL color Cylindrical-coordinate representation of color #BF36F2: hue angle of 283.72º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF36F2 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 54 | 242 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.05 |
| HSL | 283.72º | 0.88% | 0.58% | - |
| HSV(B) | 283.72º | 0.78% | 0.95% | - |
| XYZ | 38.83 | 20.13 | 85.84 | - |
| YUV | 116.4 | 198.89 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 242 | 0.21 | 0.78 | 0 | 0.05 | 283.72 | 0.88 | 0.58 |
| Hex | BF | 36 | F2 | 15 | 4E | 0 | 5 | 11C | 58 | 3A |
| Octal | 277 | 66 | 362 | 25 | 116 | 0 | 5 | 434 | 130 | 72 |
| Binary | 10111111 | 110110 | 11110010 | 10101 | 1001110 | 0 | 101 | 100011100 | 1011000 | 111010 |
Color Harmonies of #BF36F2
Complementary color
Monochromatic Colors of #BF36F2
Black with #BF36F2
Text Example
Text Example
White with #BF36F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36F2; }
p { color: rgb(191,54,242); }
H1.HeaderClassName
{
color: #BF36F2;
}
.AnyTagClassName
{
color: #BF36F2;
}
</style>
background-color css
<style>
a { background-color: #BF36F2; }
a { background-color: rgb(191,54,242); }
div.DivClassName
{
background-color: #BF36F2;
}
.BgClassName
{
background-color: #BF36F2;
}
</style>
border-color css
<style>
span { border-color: #BF36F2; }
span { border-color: rgb(191,54,242); }
td.TdClassName
{
border-color: #BF36F2;
}
.TagClassName
{
border-color: #BF36F2;
}
</style>