Shades of Medium Orchid #B13CDC
Tints of Medium Orchid #B13CDC
RGB
CMYK
RGB Variations
Color information
#B13CDC (or 0xB13CDC) is known color: Medium Orchid. HEX triplet: B1, 3C and DC. RGB value is (177,60,220). Sum of RGB (Red+Green+Blue) = 177+60+220=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #B13CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CDC is #4EC323. Grayscale: #707070. Windows color (decimal): -5161764 or 14433457. OLE color: 14433457.
HSL color Cylindrical-coordinate representation of color #B13CDC: hue angle of 283.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13CDC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 60 | 220 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.14 |
| HSL | 283.88º | 0.7% | 0.55% | - |
| HSV(B) | 283.88º | 0.73% | 0.86% | - |
| XYZ | 32.67 | 17.75 | 69.41 | - |
| YUV | 113.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 220 | 0.20 | 0.73 | 0 | 0.14 | 283.88 | 0.7 | 0.55 |
| Hex | B1 | 3C | DC | 14 | 49 | 0 | E | 11C | 46 | 37 |
| Octal | 261 | 74 | 334 | 24 | 111 | 0 | 16 | 434 | 106 | 67 |
| Binary | 10110001 | 111100 | 11011100 | 10100 | 1001001 | 0 | 1110 | 100011100 | 1000110 | 110111 |
Color Harmonies of #B13CDC
Complementary color
Monochromatic Colors of #B13CDC
Black with #B13CDC
Text Example
Text Example
White with #B13CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CDC; }
p { color: rgb(177,60,220); }
H1.HeaderClassName
{
color: #B13CDC;
}
.AnyTagClassName
{
color: #B13CDC;
}
</style>
background-color css
<style>
a { background-color: #B13CDC; }
a { background-color: rgb(177,60,220); }
div.DivClassName
{
background-color: #B13CDC;
}
.BgClassName
{
background-color: #B13CDC;
}
</style>
border-color css
<style>
span { border-color: #B13CDC; }
span { border-color: rgb(177,60,220); }
td.TdClassName
{
border-color: #B13CDC;
}
.TagClassName
{
border-color: #B13CDC;
}
</style>