Shades of Medium Orchid #B145C6
Tints of Medium Orchid #B145C6
RGB
CMYK
RGB Variations
Color information
#B145C6 (or 0xB145C6) is known color: Medium Orchid. HEX triplet: B1, 45 and C6. RGB value is (177,69,198). Sum of RGB (Red+Green+Blue) = 177+69+198=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #B145C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145C6 is #4EBA39. Grayscale: #737373. Windows color (decimal): -5159482 or 12993969. OLE color: 12993969.
HSL color Cylindrical-coordinate representation of color #B145C6: hue angle of 290.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B145C6 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 69 | 198 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.22 |
| HSL | 290.23º | 0.53% | 0.52% | - |
| HSV(B) | 290.23º | 0.65% | 0.78% | - |
| XYZ | 30.45 | 17.68 | 55.23 | - |
| YUV | 116 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 198 | 0.11 | 0.65 | 0 | 0.22 | 290.23 | 0.53 | 0.52 |
| Hex | B1 | 45 | C6 | B | 41 | 0 | 16 | 122 | 35 | 34 |
| Octal | 261 | 105 | 306 | 13 | 101 | 0 | 26 | 442 | 65 | 64 |
| Binary | 10110001 | 1000101 | 11000110 | 1011 | 1000001 | 0 | 10110 | 100100010 | 110101 | 110100 |
Color Harmonies of #B145C6
Complementary color
Monochromatic Colors of #B145C6
Black with #B145C6
Text Example
Text Example
White with #B145C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145C6; }
p { color: rgb(177,69,198); }
H1.HeaderClassName
{
color: #B145C6;
}
.AnyTagClassName
{
color: #B145C6;
}
</style>
background-color css
<style>
a { background-color: #B145C6; }
a { background-color: rgb(177,69,198); }
div.DivClassName
{
background-color: #B145C6;
}
.BgClassName
{
background-color: #B145C6;
}
</style>
border-color css
<style>
span { border-color: #B145C6; }
span { border-color: rgb(177,69,198); }
td.TdClassName
{
border-color: #B145C6;
}
.TagClassName
{
border-color: #B145C6;
}
</style>