Shades of Medium Orchid #BF5CEE
Tints of Medium Orchid #BF5CEE
RGB
CMYK
RGB Variations
Color information
#BF5CEE (or 0xBF5CEE) is known color: Medium Orchid. HEX triplet: BF, 5C and EE. RGB value is (191,92,238). Sum of RGB (Red+Green+Blue) = 191+92+238=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF5CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CEE is #40A311. Grayscale: #898989. Windows color (decimal): -4236050 or 15621311. OLE color: 15621311.
HSL color Cylindrical-coordinate representation of color #BF5CEE: hue angle of 280.68º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5CEE is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 92 | 238 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.07 |
| HSL | 280.68º | 0.81% | 0.65% | - |
| HSV(B) | 280.68º | 0.61% | 0.93% | - |
| XYZ | 40.75 | 24.9 | 83.55 | - |
| YUV | 138.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 238 | 0.20 | 0.61 | 0 | 0.07 | 280.68 | 0.81 | 0.65 |
| Hex | BF | 5C | EE | 14 | 3D | 0 | 7 | 119 | 51 | 41 |
| Octal | 277 | 134 | 356 | 24 | 75 | 0 | 7 | 431 | 121 | 101 |
| Binary | 10111111 | 1011100 | 11101110 | 10100 | 111101 | 0 | 111 | 100011001 | 1010001 | 1000001 |
Color Harmonies of #BF5CEE
Complementary color
Monochromatic Colors of #BF5CEE
Black with #BF5CEE
Text Example
Text Example
White with #BF5CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CEE; }
p { color: rgb(191,92,238); }
H1.HeaderClassName
{
color: #BF5CEE;
}
.AnyTagClassName
{
color: #BF5CEE;
}
</style>
background-color css
<style>
a { background-color: #BF5CEE; }
a { background-color: rgb(191,92,238); }
div.DivClassName
{
background-color: #BF5CEE;
}
.BgClassName
{
background-color: #BF5CEE;
}
</style>
border-color css
<style>
span { border-color: #BF5CEE; }
span { border-color: rgb(191,92,238); }
td.TdClassName
{
border-color: #BF5CEE;
}
.TagClassName
{
border-color: #BF5CEE;
}
</style>