Shades of Medium Orchid #B364DF
Tints of Medium Orchid #B364DF
RGB
CMYK
RGB Variations
Color information
#B364DF (or 0xB364DF) is known color: Medium Orchid. HEX triplet: B3, 64 and DF. RGB value is (179,100,223). Sum of RGB (Red+Green+Blue) = 179+100+223=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #B364DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364DF is #4C9B20. Grayscale: #898989. Windows color (decimal): -5020449 or 14640307. OLE color: 14640307.
HSL color Cylindrical-coordinate representation of color #B364DF: hue angle of 278.54º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B364DF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 100 | 223 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.13 |
| HSL | 278.54º | 0.66% | 0.63% | - |
| HSV(B) | 278.54º | 0.55% | 0.87% | - |
| XYZ | 36.47 | 24.03 | 72.53 | - |
| YUV | 137.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 223 | 0.20 | 0.55 | 0 | 0.13 | 278.54 | 0.66 | 0.63 |
| Hex | B3 | 64 | DF | 14 | 37 | 0 | D | 117 | 42 | 3F |
| Octal | 263 | 144 | 337 | 24 | 67 | 0 | 15 | 427 | 102 | 77 |
| Binary | 10110011 | 1100100 | 11011111 | 10100 | 110111 | 0 | 1101 | 100010111 | 1000010 | 111111 |
Color Harmonies of #B364DF
Complementary color
Monochromatic Colors of #B364DF
Black with #B364DF
Text Example
Text Example
White with #B364DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364DF; }
p { color: rgb(179,100,223); }
H1.HeaderClassName
{
color: #B364DF;
}
.AnyTagClassName
{
color: #B364DF;
}
</style>
background-color css
<style>
a { background-color: #B364DF; }
a { background-color: rgb(179,100,223); }
div.DivClassName
{
background-color: #B364DF;
}
.BgClassName
{
background-color: #B364DF;
}
</style>
border-color css
<style>
span { border-color: #B364DF; }
span { border-color: rgb(179,100,223); }
td.TdClassName
{
border-color: #B364DF;
}
.TagClassName
{
border-color: #B364DF;
}
</style>