Shades of Medium Orchid #B363E8
Tints of Medium Orchid #B363E8
RGB
CMYK
RGB Variations
Color information
#B363E8 (or 0xB363E8) is known color: Medium Orchid. HEX triplet: B3, 63 and E8. RGB value is (179,99,232). Sum of RGB (Red+Green+Blue) = 179+99+232=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #B363E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363E8 is #4C9C17. Grayscale: #898989. Windows color (decimal): -5020696 or 15229875. OLE color: 15229875.
HSL color Cylindrical-coordinate representation of color #B363E8: hue angle of 276.09º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B363E8 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 99 | 232 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.09 |
| HSL | 276.09º | 0.74% | 0.65% | - |
| HSV(B) | 276.09º | 0.57% | 0.91% | - |
| XYZ | 37.62 | 24.33 | 79.06 | - |
| YUV | 138.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 232 | 0.23 | 0.57 | 0 | 0.09 | 276.09 | 0.74 | 0.65 |
| Hex | B3 | 63 | E8 | 17 | 39 | 0 | 9 | 114 | 4A | 41 |
| Octal | 263 | 143 | 350 | 27 | 71 | 0 | 11 | 424 | 112 | 101 |
| Binary | 10110011 | 1100011 | 11101000 | 10111 | 111001 | 0 | 1001 | 100010100 | 1001010 | 1000001 |
Color Harmonies of #B363E8
Complementary color
Monochromatic Colors of #B363E8
Black with #B363E8
Text Example
Text Example
White with #B363E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363E8; }
p { color: rgb(179,99,232); }
H1.HeaderClassName
{
color: #B363E8;
}
.AnyTagClassName
{
color: #B363E8;
}
</style>
background-color css
<style>
a { background-color: #B363E8; }
a { background-color: rgb(179,99,232); }
div.DivClassName
{
background-color: #B363E8;
}
.BgClassName
{
background-color: #B363E8;
}
</style>
border-color css
<style>
span { border-color: #B363E8; }
span { border-color: rgb(179,99,232); }
td.TdClassName
{
border-color: #B363E8;
}
.TagClassName
{
border-color: #B363E8;
}
</style>