Shades of Medium Orchid #B13DCC
Tints of Medium Orchid #B13DCC
RGB
CMYK
RGB Variations
Color information
#B13DCC (or 0xB13DCC) is known color: Medium Orchid. HEX triplet: B1, 3D and CC. RGB value is (177,61,204). Sum of RGB (Red+Green+Blue) = 177+61+204=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #B13DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DCC is #4EC233. Grayscale: #6F6F6F. Windows color (decimal): -5161524 or 13385137. OLE color: 13385137.
HSL color Cylindrical-coordinate representation of color #B13DCC: hue angle of 288.67º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13DCC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 61 | 204 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.2 |
| HSL | 288.67º | 0.58% | 0.52% | - |
| HSV(B) | 288.67º | 0.7% | 0.8% | - |
| XYZ | 30.7 | 17.04 | 58.8 | - |
| YUV | 111.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 204 | 0.13 | 0.70 | 0 | 0.2 | 288.67 | 0.58 | 0.52 |
| Hex | B1 | 3D | CC | D | 46 | 0 | 14 | 121 | 3A | 34 |
| Octal | 261 | 75 | 314 | 15 | 106 | 0 | 24 | 441 | 72 | 64 |
| Binary | 10110001 | 111101 | 11001100 | 1101 | 1000110 | 0 | 10100 | 100100001 | 111010 | 110100 |
Color Harmonies of #B13DCC
Complementary color
Monochromatic Colors of #B13DCC
Black with #B13DCC
Text Example
Text Example
White with #B13DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13DCC; }
p { color: rgb(177,61,204); }
H1.HeaderClassName
{
color: #B13DCC;
}
.AnyTagClassName
{
color: #B13DCC;
}
</style>
background-color css
<style>
a { background-color: #B13DCC; }
a { background-color: rgb(177,61,204); }
div.DivClassName
{
background-color: #B13DCC;
}
.BgClassName
{
background-color: #B13DCC;
}
</style>
border-color css
<style>
span { border-color: #B13DCC; }
span { border-color: rgb(177,61,204); }
td.TdClassName
{
border-color: #B13DCC;
}
.TagClassName
{
border-color: #B13DCC;
}
</style>