Shades of Medium Orchid #BF5AF5
Tints of Medium Orchid #BF5AF5
RGB
CMYK
RGB Variations
Color information
#BF5AF5 (or 0xBF5AF5) is known color: Medium Orchid. HEX triplet: BF, 5A and F5. RGB value is (191,90,245). Sum of RGB (Red+Green+Blue) = 191+90+245=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF5AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5AF5 is #40A50A. Grayscale: #898989. Windows color (decimal): -4236555 or 16079551. OLE color: 16079551.
HSL color Cylindrical-coordinate representation of color #BF5AF5: hue angle of 279.1º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5AF5 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 90 | 245 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.04 |
| HSL | 279.1º | 0.89% | 0.66% | - |
| HSV(B) | 279.1º | 0.63% | 0.96% | - |
| XYZ | 41.62 | 24.98 | 89.01 | - |
| YUV | 137.87 | 188.46 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 245 | 0.22 | 0.63 | 0 | 0.04 | 279.1 | 0.89 | 0.66 |
| Hex | BF | 5A | F5 | 16 | 3F | 0 | 4 | 117 | 59 | 42 |
| Octal | 277 | 132 | 365 | 26 | 77 | 0 | 4 | 427 | 131 | 102 |
| Binary | 10111111 | 1011010 | 11110101 | 10110 | 111111 | 0 | 100 | 100010111 | 1011001 | 1000010 |
Color Harmonies of #BF5AF5
Complementary color
Monochromatic Colors of #BF5AF5
Black with #BF5AF5
Text Example
Text Example
White with #BF5AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5AF5; }
p { color: rgb(191,90,245); }
H1.HeaderClassName
{
color: #BF5AF5;
}
.AnyTagClassName
{
color: #BF5AF5;
}
</style>
background-color css
<style>
a { background-color: #BF5AF5; }
a { background-color: rgb(191,90,245); }
div.DivClassName
{
background-color: #BF5AF5;
}
.BgClassName
{
background-color: #BF5AF5;
}
</style>
border-color css
<style>
span { border-color: #BF5AF5; }
span { border-color: rgb(191,90,245); }
td.TdClassName
{
border-color: #BF5AF5;
}
.TagClassName
{
border-color: #BF5AF5;
}
</style>