Shades of Medium Orchid #B13ADC
Tints of Medium Orchid #B13ADC
RGB
CMYK
RGB Variations
Color information
#B13ADC (or 0xB13ADC) is known color: Medium Orchid. HEX triplet: B1, 3A and DC. RGB value is (177,58,220). Sum of RGB (Red+Green+Blue) = 177+58+220=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #B13ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ADC is #4EC523. Grayscale: #6F6F6F. Windows color (decimal): -5162276 or 14432945. OLE color: 14432945.
HSL color Cylindrical-coordinate representation of color #B13ADC: hue angle of 284.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13ADC is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 58 | 220 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.14 |
| HSL | 284.07º | 0.7% | 0.55% | - |
| HSV(B) | 284.07º | 0.74% | 0.86% | - |
| XYZ | 32.56 | 17.54 | 69.38 | - |
| YUV | 112.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 220 | 0.20 | 0.74 | 0 | 0.14 | 284.07 | 0.7 | 0.55 |
| Hex | B1 | 3A | DC | 14 | 4A | 0 | E | 11C | 46 | 37 |
| Octal | 261 | 72 | 334 | 24 | 112 | 0 | 16 | 434 | 106 | 67 |
| Binary | 10110001 | 111010 | 11011100 | 10100 | 1001010 | 0 | 1110 | 100011100 | 1000110 | 110111 |
Color Harmonies of #B13ADC
Complementary color
Monochromatic Colors of #B13ADC
Black with #B13ADC
Text Example
Text Example
White with #B13ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13ADC; }
p { color: rgb(177,58,220); }
H1.HeaderClassName
{
color: #B13ADC;
}
.AnyTagClassName
{
color: #B13ADC;
}
</style>
background-color css
<style>
a { background-color: #B13ADC; }
a { background-color: rgb(177,58,220); }
div.DivClassName
{
background-color: #B13ADC;
}
.BgClassName
{
background-color: #B13ADC;
}
</style>
border-color css
<style>
span { border-color: #B13ADC; }
span { border-color: rgb(177,58,220); }
td.TdClassName
{
border-color: #B13ADC;
}
.TagClassName
{
border-color: #B13ADC;
}
</style>