Shades of Medium Orchid #B13CC6
Tints of Medium Orchid #B13CC6
RGB
CMYK
RGB Variations
Color information
#B13CC6 (or 0xB13CC6) is known color: Medium Orchid. HEX triplet: B1, 3C and C6. RGB value is (177,60,198). Sum of RGB (Red+Green+Blue) = 177+60+198=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #B13CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CC6 is #4EC339. Grayscale: #6E6E6E. Windows color (decimal): -5161786 or 12991665. OLE color: 12991665.
HSL color Cylindrical-coordinate representation of color #B13CC6: hue angle of 290.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13CC6 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 60 | 198 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.22 |
| HSL | 290.87º | 0.55% | 0.51% | - |
| HSV(B) | 290.87º | 0.7% | 0.78% | - |
| XYZ | 29.94 | 16.66 | 55.06 | - |
| YUV | 110.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 198 | 0.11 | 0.70 | 0 | 0.22 | 290.87 | 0.55 | 0.51 |
| Hex | B1 | 3C | C6 | B | 46 | 0 | 16 | 123 | 37 | 33 |
| Octal | 261 | 74 | 306 | 13 | 106 | 0 | 26 | 443 | 67 | 63 |
| Binary | 10110001 | 111100 | 11000110 | 1011 | 1000110 | 0 | 10110 | 100100011 | 110111 | 110011 |
Color Harmonies of #B13CC6
Complementary color
Monochromatic Colors of #B13CC6
Black with #B13CC6
Text Example
Text Example
White with #B13CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CC6; }
p { color: rgb(177,60,198); }
H1.HeaderClassName
{
color: #B13CC6;
}
.AnyTagClassName
{
color: #B13CC6;
}
</style>
background-color css
<style>
a { background-color: #B13CC6; }
a { background-color: rgb(177,60,198); }
div.DivClassName
{
background-color: #B13CC6;
}
.BgClassName
{
background-color: #B13CC6;
}
</style>
border-color css
<style>
span { border-color: #B13CC6; }
span { border-color: rgb(177,60,198); }
td.TdClassName
{
border-color: #B13CC6;
}
.TagClassName
{
border-color: #B13CC6;
}
</style>