Shades of Medium Orchid #B145D3
Tints of Medium Orchid #B145D3
RGB
CMYK
RGB Variations
Color information
#B145D3 (or 0xB145D3) is known color: Medium Orchid. HEX triplet: B1, 45 and D3. RGB value is (177,69,211). Sum of RGB (Red+Green+Blue) = 177+69+211=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #B145D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145D3 is #4EBA2C. Grayscale: #757575. Windows color (decimal): -5159469 or 13845937. OLE color: 13845937.
HSL color Cylindrical-coordinate representation of color #B145D3: hue angle of 285.63º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B145D3 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 69 | 211 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.17 |
| HSL | 285.63º | 0.62% | 0.55% | - |
| HSV(B) | 285.63º | 0.67% | 0.83% | - |
| XYZ | 32.02 | 18.31 | 63.47 | - |
| YUV | 117.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 211 | 0.16 | 0.67 | 0 | 0.17 | 285.63 | 0.62 | 0.55 |
| Hex | B1 | 45 | D3 | 10 | 43 | 0 | 11 | 11E | 3E | 37 |
| Octal | 261 | 105 | 323 | 20 | 103 | 0 | 21 | 436 | 76 | 67 |
| Binary | 10110001 | 1000101 | 11010011 | 10000 | 1000011 | 0 | 10001 | 100011110 | 111110 | 110111 |
Color Harmonies of #B145D3
Complementary color
Monochromatic Colors of #B145D3
Black with #B145D3
Text Example
Text Example
White with #B145D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145D3; }
p { color: rgb(177,69,211); }
H1.HeaderClassName
{
color: #B145D3;
}
.AnyTagClassName
{
color: #B145D3;
}
</style>
background-color css
<style>
a { background-color: #B145D3; }
a { background-color: rgb(177,69,211); }
div.DivClassName
{
background-color: #B145D3;
}
.BgClassName
{
background-color: #B145D3;
}
</style>
border-color css
<style>
span { border-color: #B145D3; }
span { border-color: rgb(177,69,211); }
td.TdClassName
{
border-color: #B145D3;
}
.TagClassName
{
border-color: #B145D3;
}
</style>