Shades of Medium Orchid #B13DDC
Tints of Medium Orchid #B13DDC
RGB
CMYK
RGB Variations
Color information
#B13DDC (or 0xB13DDC) is known color: Medium Orchid. HEX triplet: B1, 3D and DC. RGB value is (177,61,220). Sum of RGB (Red+Green+Blue) = 177+61+220=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #B13DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DDC is #4EC223. Grayscale: #717171. Windows color (decimal): -5161508 or 14433713. OLE color: 14433713.
HSL color Cylindrical-coordinate representation of color #B13DDC: hue angle of 283.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13DDC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 61 | 220 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.14 |
| HSL | 283.77º | 0.69% | 0.55% | - |
| HSV(B) | 283.77º | 0.72% | 0.86% | - |
| XYZ | 32.72 | 17.85 | 69.43 | - |
| YUV | 113.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 220 | 0.20 | 0.72 | 0 | 0.14 | 283.77 | 0.69 | 0.55 |
| Hex | B1 | 3D | DC | 14 | 48 | 0 | E | 11C | 45 | 37 |
| Octal | 261 | 75 | 334 | 24 | 110 | 0 | 16 | 434 | 105 | 67 |
| Binary | 10110001 | 111101 | 11011100 | 10100 | 1001000 | 0 | 1110 | 100011100 | 1000101 | 110111 |
Color Harmonies of #B13DDC
Complementary color
Monochromatic Colors of #B13DDC
Black with #B13DDC
Text Example
Text Example
White with #B13DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13DDC; }
p { color: rgb(177,61,220); }
H1.HeaderClassName
{
color: #B13DDC;
}
.AnyTagClassName
{
color: #B13DDC;
}
</style>
background-color css
<style>
a { background-color: #B13DDC; }
a { background-color: rgb(177,61,220); }
div.DivClassName
{
background-color: #B13DDC;
}
.BgClassName
{
background-color: #B13DDC;
}
</style>
border-color css
<style>
span { border-color: #B13DDC; }
span { border-color: rgb(177,61,220); }
td.TdClassName
{
border-color: #B13DDC;
}
.TagClassName
{
border-color: #B13DDC;
}
</style>