Shades of Medium Orchid #BF5AF2
Tints of Medium Orchid #BF5AF2
RGB
CMYK
RGB Variations
Color information
#BF5AF2 (or 0xBF5AF2) is known color: Medium Orchid. HEX triplet: BF, 5A and F2. RGB value is (191,90,242). Sum of RGB (Red+Green+Blue) = 191+90+242=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5AF2 is #40A50D. Grayscale: #898989. Windows color (decimal): -4236558 or 15882943. OLE color: 15882943.
HSL color Cylindrical-coordinate representation of color #BF5AF2: hue angle of 279.87º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5AF2 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 90 | 242 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.05 |
| HSL | 279.87º | 0.85% | 0.65% | - |
| HSV(B) | 279.87º | 0.63% | 0.95% | - |
| XYZ | 41.17 | 24.8 | 86.62 | - |
| YUV | 137.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 242 | 0.21 | 0.63 | 0 | 0.05 | 279.87 | 0.85 | 0.65 |
| Hex | BF | 5A | F2 | 15 | 3F | 0 | 5 | 118 | 55 | 41 |
| Octal | 277 | 132 | 362 | 25 | 77 | 0 | 5 | 430 | 125 | 101 |
| Binary | 10111111 | 1011010 | 11110010 | 10101 | 111111 | 0 | 101 | 100011000 | 1010101 | 1000001 |
Color Harmonies of #BF5AF2
Complementary color
Monochromatic Colors of #BF5AF2
Black with #BF5AF2
Text Example
Text Example
White with #BF5AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5AF2; }
p { color: rgb(191,90,242); }
H1.HeaderClassName
{
color: #BF5AF2;
}
.AnyTagClassName
{
color: #BF5AF2;
}
</style>
background-color css
<style>
a { background-color: #BF5AF2; }
a { background-color: rgb(191,90,242); }
div.DivClassName
{
background-color: #BF5AF2;
}
.BgClassName
{
background-color: #BF5AF2;
}
</style>
border-color css
<style>
span { border-color: #BF5AF2; }
span { border-color: rgb(191,90,242); }
td.TdClassName
{
border-color: #BF5AF2;
}
.TagClassName
{
border-color: #BF5AF2;
}
</style>