Shades of Medium Orchid #B145DF
Tints of Medium Orchid #B145DF
RGB
CMYK
RGB Variations
Color information
#B145DF (or 0xB145DF) is known color: Medium Orchid. HEX triplet: B1, 45 and DF. RGB value is (177,69,223). Sum of RGB (Red+Green+Blue) = 177+69+223=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #B145DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145DF is #4EBA20. Grayscale: #767676. Windows color (decimal): -5159457 or 14632369. OLE color: 14632369.
HSL color Cylindrical-coordinate representation of color #B145DF: hue angle of 282.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B145DF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 69 | 223 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.13 |
| HSL | 282.08º | 0.71% | 0.57% | - |
| HSV(B) | 282.08º | 0.69% | 0.87% | - |
| XYZ | 33.58 | 18.93 | 71.7 | - |
| YUV | 118.85 | 186.78 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 223 | 0.21 | 0.69 | 0 | 0.13 | 282.08 | 0.71 | 0.57 |
| Hex | B1 | 45 | DF | 15 | 45 | 0 | D | 11A | 47 | 39 |
| Octal | 261 | 105 | 337 | 25 | 105 | 0 | 15 | 432 | 107 | 71 |
| Binary | 10110001 | 1000101 | 11011111 | 10101 | 1000101 | 0 | 1101 | 100011010 | 1000111 | 111001 |
Color Harmonies of #B145DF
Complementary color
Monochromatic Colors of #B145DF
Black with #B145DF
Text Example
Text Example
White with #B145DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145DF; }
p { color: rgb(177,69,223); }
H1.HeaderClassName
{
color: #B145DF;
}
.AnyTagClassName
{
color: #B145DF;
}
</style>
background-color css
<style>
a { background-color: #B145DF; }
a { background-color: rgb(177,69,223); }
div.DivClassName
{
background-color: #B145DF;
}
.BgClassName
{
background-color: #B145DF;
}
</style>
border-color css
<style>
span { border-color: #B145DF; }
span { border-color: rgb(177,69,223); }
td.TdClassName
{
border-color: #B145DF;
}
.TagClassName
{
border-color: #B145DF;
}
</style>