Shades of Medium Orchid #B364C9
Tints of Medium Orchid #B364C9
RGB
CMYK
RGB Variations
Color information
#B364C9 (or 0xB364C9) is known color: Medium Orchid. HEX triplet: B3, 64 and C9. RGB value is (179,100,201). Sum of RGB (Red+Green+Blue) = 179+100+201=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #B364C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364C9 is #4C9B36. Grayscale: #868686. Windows color (decimal): -5020471 or 13198515. OLE color: 13198515.
HSL color Cylindrical-coordinate representation of color #B364C9: hue angle of 286.93º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B364C9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 100 | 201 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.21 |
| HSL | 286.93º | 0.48% | 0.59% | - |
| HSV(B) | 286.93º | 0.5% | 0.79% | - |
| XYZ | 33.69 | 22.92 | 57.91 | - |
| YUV | 135.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 201 | 0.11 | 0.50 | 0 | 0.21 | 286.93 | 0.48 | 0.59 |
| Hex | B3 | 64 | C9 | B | 32 | 0 | 15 | 11F | 30 | 3B |
| Octal | 263 | 144 | 311 | 13 | 62 | 0 | 25 | 437 | 60 | 73 |
| Binary | 10110011 | 1100100 | 11001001 | 1011 | 110010 | 0 | 10101 | 100011111 | 110000 | 111011 |
Color Harmonies of #B364C9
Complementary color
Monochromatic Colors of #B364C9
Black with #B364C9
Text Example
Text Example
White with #B364C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364C9; }
p { color: rgb(179,100,201); }
H1.HeaderClassName
{
color: #B364C9;
}
.AnyTagClassName
{
color: #B364C9;
}
</style>
background-color css
<style>
a { background-color: #B364C9; }
a { background-color: rgb(179,100,201); }
div.DivClassName
{
background-color: #B364C9;
}
.BgClassName
{
background-color: #B364C9;
}
</style>
border-color css
<style>
span { border-color: #B364C9; }
span { border-color: rgb(179,100,201); }
td.TdClassName
{
border-color: #B364C9;
}
.TagClassName
{
border-color: #B364C9;
}
</style>