Shades of Medium Orchid #B15CEF
Tints of Medium Orchid #B15CEF
RGB
CMYK
RGB Variations
Color information
#B15CEF (or 0xB15CEF) is known color: Medium Orchid. HEX triplet: B1, 5C and EF. RGB value is (177,92,239). Sum of RGB (Red+Green+Blue) = 177+92+239=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #B15CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CEF is #4EA310. Grayscale: #858585. Windows color (decimal): -5153553 or 15686833. OLE color: 15686833.
HSL color Cylindrical-coordinate representation of color #B15CEF: hue angle of 274.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B15CEF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 92 | 239 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.06 |
| HSL | 274.69º | 0.82% | 0.65% | - |
| HSV(B) | 274.69º | 0.62% | 0.94% | - |
| XYZ | 37.54 | 23.23 | 84.17 | - |
| YUV | 134.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 239 | 0.26 | 0.62 | 0 | 0.06 | 274.69 | 0.82 | 0.65 |
| Hex | B1 | 5C | EF | 1A | 3E | 0 | 6 | 113 | 52 | 41 |
| Octal | 261 | 134 | 357 | 32 | 76 | 0 | 6 | 423 | 122 | 101 |
| Binary | 10110001 | 1011100 | 11101111 | 11010 | 111110 | 0 | 110 | 100010011 | 1010010 | 1000001 |
Color Harmonies of #B15CEF
Complementary color
Monochromatic Colors of #B15CEF
Black with #B15CEF
Text Example
Text Example
White with #B15CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CEF; }
p { color: rgb(177,92,239); }
H1.HeaderClassName
{
color: #B15CEF;
}
.AnyTagClassName
{
color: #B15CEF;
}
</style>
background-color css
<style>
a { background-color: #B15CEF; }
a { background-color: rgb(177,92,239); }
div.DivClassName
{
background-color: #B15CEF;
}
.BgClassName
{
background-color: #B15CEF;
}
</style>
border-color css
<style>
span { border-color: #B15CEF; }
span { border-color: rgb(177,92,239); }
td.TdClassName
{
border-color: #B15CEF;
}
.TagClassName
{
border-color: #B15CEF;
}
</style>