Shades of Medium Orchid #B363E3
Tints of Medium Orchid #B363E3
RGB
CMYK
RGB Variations
Color information
#B363E3 (or 0xB363E3) is known color: Medium Orchid. HEX triplet: B3, 63 and E3. RGB value is (179,99,227). Sum of RGB (Red+Green+Blue) = 179+99+227=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #B363E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363E3 is #4C9C1C. Grayscale: #898989. Windows color (decimal): -5020701 or 14902195. OLE color: 14902195.
HSL color Cylindrical-coordinate representation of color #B363E3: hue angle of 277.5º degrees, saturation: 0.7, 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 #B363E3 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 99 | 227 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.11 |
| HSL | 277.5º | 0.7% | 0.64% | - |
| HSV(B) | 277.5º | 0.56% | 0.89% | - |
| XYZ | 36.92 | 24.05 | 75.37 | - |
| YUV | 137.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 227 | 0.21 | 0.56 | 0 | 0.11 | 277.5 | 0.7 | 0.64 |
| Hex | B3 | 63 | E3 | 15 | 38 | 0 | B | 116 | 46 | 40 |
| Octal | 263 | 143 | 343 | 25 | 70 | 0 | 13 | 426 | 106 | 100 |
| Binary | 10110011 | 1100011 | 11100011 | 10101 | 111000 | 0 | 1011 | 100010110 | 1000110 | 1000000 |
Color Harmonies of #B363E3
Complementary color
Monochromatic Colors of #B363E3
Black with #B363E3
Text Example
Text Example
White with #B363E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363E3; }
p { color: rgb(179,99,227); }
H1.HeaderClassName
{
color: #B363E3;
}
.AnyTagClassName
{
color: #B363E3;
}
</style>
background-color css
<style>
a { background-color: #B363E3; }
a { background-color: rgb(179,99,227); }
div.DivClassName
{
background-color: #B363E3;
}
.BgClassName
{
background-color: #B363E3;
}
</style>
border-color css
<style>
span { border-color: #B363E3; }
span { border-color: rgb(179,99,227); }
td.TdClassName
{
border-color: #B363E3;
}
.TagClassName
{
border-color: #B363E3;
}
</style>