Shades of Medium Orchid #B364D0
Tints of Medium Orchid #B364D0
RGB
CMYK
RGB Variations
Color information
#B364D0 (or 0xB364D0) is known color: Medium Orchid. HEX triplet: B3, 64 and D0. RGB value is (179,100,208). Sum of RGB (Red+Green+Blue) = 179+100+208=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #B364D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364D0 is #4C9B2F. Grayscale: #878787. Windows color (decimal): -5020464 or 13657267. OLE color: 13657267.
HSL color Cylindrical-coordinate representation of color #B364D0: hue angle of 283.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B364D0 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 100 | 208 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.18 |
| HSL | 283.89º | 0.53% | 0.6% | - |
| HSV(B) | 283.89º | 0.52% | 0.82% | - |
| XYZ | 34.53 | 23.25 | 62.34 | - |
| YUV | 135.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 208 | 0.14 | 0.52 | 0 | 0.18 | 283.89 | 0.53 | 0.6 |
| Hex | B3 | 64 | D0 | E | 34 | 0 | 12 | 11C | 35 | 3C |
| Octal | 263 | 144 | 320 | 16 | 64 | 0 | 22 | 434 | 65 | 74 |
| Binary | 10110011 | 1100100 | 11010000 | 1110 | 110100 | 0 | 10010 | 100011100 | 110101 | 111100 |
Color Harmonies of #B364D0
Complementary color
Monochromatic Colors of #B364D0
Black with #B364D0
Text Example
Text Example
White with #B364D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364D0; }
p { color: rgb(179,100,208); }
H1.HeaderClassName
{
color: #B364D0;
}
.AnyTagClassName
{
color: #B364D0;
}
</style>
background-color css
<style>
a { background-color: #B364D0; }
a { background-color: rgb(179,100,208); }
div.DivClassName
{
background-color: #B364D0;
}
.BgClassName
{
background-color: #B364D0;
}
</style>
border-color css
<style>
span { border-color: #B364D0; }
span { border-color: rgb(179,100,208); }
td.TdClassName
{
border-color: #B364D0;
}
.TagClassName
{
border-color: #B364D0;
}
</style>