Shades of Medium Orchid #B143CB
Tints of Medium Orchid #B143CB
RGB
CMYK
RGB Variations
Color information
#B143CB (or 0xB143CB) is known color: Medium Orchid. HEX triplet: B1, 43 and CB. RGB value is (177,67,203). Sum of RGB (Red+Green+Blue) = 177+67+203=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #B143CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143CB is #4EBC34. Grayscale: #727272. Windows color (decimal): -5159989 or 13321137. OLE color: 13321137.
HSL color Cylindrical-coordinate representation of color #B143CB: hue angle of 288.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B143CB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 67 | 203 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.20 |
| HSL | 288.53º | 0.57% | 0.53% | - |
| HSV(B) | 288.53º | 0.67% | 0.8% | - |
| XYZ | 30.92 | 17.67 | 58.28 | - |
| YUV | 115.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 203 | 0.13 | 0.67 | 0 | 0.20 | 288.53 | 0.57 | 0.53 |
| Hex | B1 | 43 | CB | D | 43 | 0 | 14 | 121 | 39 | 35 |
| Octal | 261 | 103 | 313 | 15 | 103 | 0 | 24 | 441 | 71 | 65 |
| Binary | 10110001 | 1000011 | 11001011 | 1101 | 1000011 | 0 | 10100 | 100100001 | 111001 | 110101 |
Color Harmonies of #B143CB
Complementary color
Monochromatic Colors of #B143CB
Black with #B143CB
Text Example
Text Example
White with #B143CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143CB; }
p { color: rgb(177,67,203); }
H1.HeaderClassName
{
color: #B143CB;
}
.AnyTagClassName
{
color: #B143CB;
}
</style>
background-color css
<style>
a { background-color: #B143CB; }
a { background-color: rgb(177,67,203); }
div.DivClassName
{
background-color: #B143CB;
}
.BgClassName
{
background-color: #B143CB;
}
</style>
border-color css
<style>
span { border-color: #B143CB; }
span { border-color: rgb(177,67,203); }
td.TdClassName
{
border-color: #B143CB;
}
.TagClassName
{
border-color: #B143CB;
}
</style>