Shades of Medium Orchid #B362D9
Tints of Medium Orchid #B362D9
RGB
CMYK
RGB Variations
Color information
#B362D9 (or 0xB362D9) is known color: Medium Orchid. HEX triplet: B3, 62 and D9. RGB value is (179,98,217). Sum of RGB (Red+Green+Blue) = 179+98+217=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #B362D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362D9 is #4C9D26. Grayscale: #878787. Windows color (decimal): -5020967 or 14246579. OLE color: 14246579.
HSL color Cylindrical-coordinate representation of color #B362D9: hue angle of 280.84º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B362D9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 98 | 217 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.15 |
| HSL | 280.84º | 0.61% | 0.62% | - |
| HSV(B) | 280.84º | 0.55% | 0.85% | - |
| XYZ | 35.48 | 23.33 | 68.28 | - |
| YUV | 135.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 217 | 0.18 | 0.55 | 0 | 0.15 | 280.84 | 0.61 | 0.62 |
| Hex | B3 | 62 | D9 | 12 | 37 | 0 | F | 119 | 3D | 3E |
| Octal | 263 | 142 | 331 | 22 | 67 | 0 | 17 | 431 | 75 | 76 |
| Binary | 10110011 | 1100010 | 11011001 | 10010 | 110111 | 0 | 1111 | 100011001 | 111101 | 111110 |
Color Harmonies of #B362D9
Complementary color
Monochromatic Colors of #B362D9
Black with #B362D9
Text Example
Text Example
White with #B362D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362D9; }
p { color: rgb(179,98,217); }
H1.HeaderClassName
{
color: #B362D9;
}
.AnyTagClassName
{
color: #B362D9;
}
</style>
background-color css
<style>
a { background-color: #B362D9; }
a { background-color: rgb(179,98,217); }
div.DivClassName
{
background-color: #B362D9;
}
.BgClassName
{
background-color: #B362D9;
}
</style>
border-color css
<style>
span { border-color: #B362D9; }
span { border-color: rgb(179,98,217); }
td.TdClassName
{
border-color: #B362D9;
}
.TagClassName
{
border-color: #B362D9;
}
</style>