Shades of Medium Orchid #B145EF
Tints of Medium Orchid #B145EF
RGB
CMYK
RGB Variations
Color information
#B145EF (or 0xB145EF) is known color: Medium Orchid. HEX triplet: B1, 45 and EF. RGB value is (177,69,239). Sum of RGB (Red+Green+Blue) = 177+69+239=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #B145EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145EF is #4EBA10. Grayscale: #787878. Windows color (decimal): -5159441 or 15680945. OLE color: 15680945.
HSL color Cylindrical-coordinate representation of color #B145EF: hue angle of 278.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B145EF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 69 | 239 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.06 |
| HSL | 278.12º | 0.84% | 0.6% | - |
| HSV(B) | 278.12º | 0.71% | 0.94% | - |
| XYZ | 35.84 | 19.84 | 83.6 | - |
| YUV | 120.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 239 | 0.26 | 0.71 | 0 | 0.06 | 278.12 | 0.84 | 0.6 |
| Hex | B1 | 45 | EF | 1A | 47 | 0 | 6 | 116 | 54 | 3C |
| Octal | 261 | 105 | 357 | 32 | 107 | 0 | 6 | 426 | 124 | 74 |
| Binary | 10110001 | 1000101 | 11101111 | 11010 | 1000111 | 0 | 110 | 100010110 | 1010100 | 111100 |
Color Harmonies of #B145EF
Complementary color
Monochromatic Colors of #B145EF
Black with #B145EF
Text Example
Text Example
White with #B145EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145EF; }
p { color: rgb(177,69,239); }
H1.HeaderClassName
{
color: #B145EF;
}
.AnyTagClassName
{
color: #B145EF;
}
</style>
background-color css
<style>
a { background-color: #B145EF; }
a { background-color: rgb(177,69,239); }
div.DivClassName
{
background-color: #B145EF;
}
.BgClassName
{
background-color: #B145EF;
}
</style>
border-color css
<style>
span { border-color: #B145EF; }
span { border-color: rgb(177,69,239); }
td.TdClassName
{
border-color: #B145EF;
}
.TagClassName
{
border-color: #B145EF;
}
</style>