Shades of Medium Orchid #BF5CF2
Tints of Medium Orchid #BF5CF2
RGB
CMYK
RGB Variations
Color information
#BF5CF2 (or 0xBF5CF2) is known color: Medium Orchid. HEX triplet: BF, 5C and F2. RGB value is (191,92,242). Sum of RGB (Red+Green+Blue) = 191+92+242=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF5CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CF2 is #40A30D. Grayscale: #8A8A8A. Windows color (decimal): -4236046 or 15883455. OLE color: 15883455.
HSL color Cylindrical-coordinate representation of color #BF5CF2: hue angle of 279.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5CF2 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 92 | 242 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.05 |
| HSL | 279.6º | 0.85% | 0.65% | - |
| HSV(B) | 279.6º | 0.62% | 0.95% | - |
| XYZ | 41.34 | 25.14 | 86.68 | - |
| YUV | 138.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 242 | 0.21 | 0.62 | 0 | 0.05 | 279.6 | 0.85 | 0.65 |
| Hex | BF | 5C | F2 | 15 | 3E | 0 | 5 | 118 | 55 | 41 |
| Octal | 277 | 134 | 362 | 25 | 76 | 0 | 5 | 430 | 125 | 101 |
| Binary | 10111111 | 1011100 | 11110010 | 10101 | 111110 | 0 | 101 | 100011000 | 1010101 | 1000001 |
Color Harmonies of #BF5CF2
Complementary color
Monochromatic Colors of #BF5CF2
Black with #BF5CF2
Text Example
Text Example
White with #BF5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CF2; }
p { color: rgb(191,92,242); }
H1.HeaderClassName
{
color: #BF5CF2;
}
.AnyTagClassName
{
color: #BF5CF2;
}
</style>
background-color css
<style>
a { background-color: #BF5CF2; }
a { background-color: rgb(191,92,242); }
div.DivClassName
{
background-color: #BF5CF2;
}
.BgClassName
{
background-color: #BF5CF2;
}
</style>
border-color css
<style>
span { border-color: #BF5CF2; }
span { border-color: rgb(191,92,242); }
td.TdClassName
{
border-color: #BF5CF2;
}
.TagClassName
{
border-color: #BF5CF2;
}
</style>