Shades of Medium Orchid #B364E2
Tints of Medium Orchid #B364E2
RGB
CMYK
RGB Variations
Color information
#B364E2 (or 0xB364E2) is known color: Medium Orchid. HEX triplet: B3, 64 and E2. RGB value is (179,100,226). Sum of RGB (Red+Green+Blue) = 179+100+226=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #B364E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364E2 is #4C9B1D. Grayscale: #898989. Windows color (decimal): -5020446 or 14836915. OLE color: 14836915.
HSL color Cylindrical-coordinate representation of color #B364E2: hue angle of 277.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B364E2 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 100 | 226 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.11 |
| HSL | 277.62º | 0.68% | 0.64% | - |
| HSV(B) | 277.62º | 0.56% | 0.89% | - |
| XYZ | 36.88 | 24.19 | 74.68 | - |
| YUV | 137.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 226 | 0.21 | 0.56 | 0 | 0.11 | 277.62 | 0.68 | 0.64 |
| Hex | B3 | 64 | E2 | 15 | 38 | 0 | B | 116 | 44 | 40 |
| Octal | 263 | 144 | 342 | 25 | 70 | 0 | 13 | 426 | 104 | 100 |
| Binary | 10110011 | 1100100 | 11100010 | 10101 | 111000 | 0 | 1011 | 100010110 | 1000100 | 1000000 |
Color Harmonies of #B364E2
Complementary color
Monochromatic Colors of #B364E2
Black with #B364E2
Text Example
Text Example
White with #B364E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364E2; }
p { color: rgb(179,100,226); }
H1.HeaderClassName
{
color: #B364E2;
}
.AnyTagClassName
{
color: #B364E2;
}
</style>
background-color css
<style>
a { background-color: #B364E2; }
a { background-color: rgb(179,100,226); }
div.DivClassName
{
background-color: #B364E2;
}
.BgClassName
{
background-color: #B364E2;
}
</style>
border-color css
<style>
span { border-color: #B364E2; }
span { border-color: rgb(179,100,226); }
td.TdClassName
{
border-color: #B364E2;
}
.TagClassName
{
border-color: #B364E2;
}
</style>