Shades of Medium Orchid #B145CB
Tints of Medium Orchid #B145CB
RGB
CMYK
RGB Variations
Color information
#B145CB (or 0xB145CB) is known color: Medium Orchid. HEX triplet: B1, 45 and CB. RGB value is (177,69,203). Sum of RGB (Red+Green+Blue) = 177+69+203=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B145CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145CB is #4EBA34. Grayscale: #747474. Windows color (decimal): -5159477 or 13321649. OLE color: 13321649.
HSL color Cylindrical-coordinate representation of color #B145CB: hue angle of 288.36º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B145CB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 69 | 203 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.20 |
| HSL | 288.36º | 0.56% | 0.53% | - |
| HSV(B) | 288.36º | 0.66% | 0.8% | - |
| XYZ | 31.04 | 17.92 | 58.32 | - |
| YUV | 116.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 203 | 0.13 | 0.66 | 0 | 0.20 | 288.36 | 0.56 | 0.53 |
| Hex | B1 | 45 | CB | D | 42 | 0 | 14 | 120 | 38 | 35 |
| Octal | 261 | 105 | 313 | 15 | 102 | 0 | 24 | 440 | 70 | 65 |
| Binary | 10110001 | 1000101 | 11001011 | 1101 | 1000010 | 0 | 10100 | 100100000 | 111000 | 110101 |
Color Harmonies of #B145CB
Complementary color
Monochromatic Colors of #B145CB
Black with #B145CB
Text Example
Text Example
White with #B145CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145CB; }
p { color: rgb(177,69,203); }
H1.HeaderClassName
{
color: #B145CB;
}
.AnyTagClassName
{
color: #B145CB;
}
</style>
background-color css
<style>
a { background-color: #B145CB; }
a { background-color: rgb(177,69,203); }
div.DivClassName
{
background-color: #B145CB;
}
.BgClassName
{
background-color: #B145CB;
}
</style>
border-color css
<style>
span { border-color: #B145CB; }
span { border-color: rgb(177,69,203); }
td.TdClassName
{
border-color: #B145CB;
}
.TagClassName
{
border-color: #B145CB;
}
</style>