Shades of Medium Orchid #B362D0
Tints of Medium Orchid #B362D0
RGB
CMYK
RGB Variations
Color information
#B362D0 (or 0xB362D0) is known color: Medium Orchid. HEX triplet: B3, 62 and D0. RGB value is (179,98,208). Sum of RGB (Red+Green+Blue) = 179+98+208=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #B362D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362D0 is #4C9D2F. Grayscale: #868686. Windows color (decimal): -5020976 or 13656755. OLE color: 13656755.
HSL color Cylindrical-coordinate representation of color #B362D0: hue angle of 284.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B362D0 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 98 | 208 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.18 |
| HSL | 284.18º | 0.54% | 0.6% | - |
| HSV(B) | 284.18º | 0.53% | 0.82% | - |
| XYZ | 34.34 | 22.87 | 62.28 | - |
| YUV | 134.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 208 | 0.14 | 0.53 | 0 | 0.18 | 284.18 | 0.54 | 0.6 |
| Hex | B3 | 62 | D0 | E | 35 | 0 | 12 | 11C | 36 | 3C |
| Octal | 263 | 142 | 320 | 16 | 65 | 0 | 22 | 434 | 66 | 74 |
| Binary | 10110011 | 1100010 | 11010000 | 1110 | 110101 | 0 | 10010 | 100011100 | 110110 | 111100 |
Color Harmonies of #B362D0
Complementary color
Monochromatic Colors of #B362D0
Black with #B362D0
Text Example
Text Example
White with #B362D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362D0; }
p { color: rgb(179,98,208); }
H1.HeaderClassName
{
color: #B362D0;
}
.AnyTagClassName
{
color: #B362D0;
}
</style>
background-color css
<style>
a { background-color: #B362D0; }
a { background-color: rgb(179,98,208); }
div.DivClassName
{
background-color: #B362D0;
}
.BgClassName
{
background-color: #B362D0;
}
</style>
border-color css
<style>
span { border-color: #B362D0; }
span { border-color: rgb(179,98,208); }
td.TdClassName
{
border-color: #B362D0;
}
.TagClassName
{
border-color: #B362D0;
}
</style>