Shades of Medium Orchid #B13CC9
Tints of Medium Orchid #B13CC9
RGB
CMYK
RGB Variations
Color information
#B13CC9 (or 0xB13CC9) is known color: Medium Orchid. HEX triplet: B1, 3C and C9. RGB value is (177,60,201). Sum of RGB (Red+Green+Blue) = 177+60+201=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #B13CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CC9 is #4EC336. Grayscale: #6E6E6E. Windows color (decimal): -5161783 or 13188273. OLE color: 13188273.
HSL color Cylindrical-coordinate representation of color #B13CC9: hue angle of 289.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13CC9 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 60 | 201 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.21 |
| HSL | 289.79º | 0.57% | 0.51% | - |
| HSV(B) | 289.79º | 0.7% | 0.79% | - |
| XYZ | 30.29 | 16.8 | 56.9 | - |
| YUV | 111.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 201 | 0.12 | 0.70 | 0 | 0.21 | 289.79 | 0.57 | 0.51 |
| Hex | B1 | 3C | C9 | C | 46 | 0 | 15 | 122 | 39 | 33 |
| Octal | 261 | 74 | 311 | 14 | 106 | 0 | 25 | 442 | 71 | 63 |
| Binary | 10110001 | 111100 | 11001001 | 1100 | 1000110 | 0 | 10101 | 100100010 | 111001 | 110011 |
Color Harmonies of #B13CC9
Complementary color
Monochromatic Colors of #B13CC9
Black with #B13CC9
Text Example
Text Example
White with #B13CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CC9; }
p { color: rgb(177,60,201); }
H1.HeaderClassName
{
color: #B13CC9;
}
.AnyTagClassName
{
color: #B13CC9;
}
</style>
background-color css
<style>
a { background-color: #B13CC9; }
a { background-color: rgb(177,60,201); }
div.DivClassName
{
background-color: #B13CC9;
}
.BgClassName
{
background-color: #B13CC9;
}
</style>
border-color css
<style>
span { border-color: #B13CC9; }
span { border-color: rgb(177,60,201); }
td.TdClassName
{
border-color: #B13CC9;
}
.TagClassName
{
border-color: #B13CC9;
}
</style>