Shades of Medium Orchid #B362E7
Tints of Medium Orchid #B362E7
RGB
CMYK
RGB Variations
Color information
#B362E7 (or 0xB362E7) is known color: Medium Orchid. HEX triplet: B3, 62 and E7. RGB value is (179,98,231). Sum of RGB (Red+Green+Blue) = 179+98+231=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #B362E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B362E7 is #4C9D18. Grayscale: #888888. Windows color (decimal): -5020953 or 15164083. OLE color: 15164083.
HSL color Cylindrical-coordinate representation of color #B362E7: hue angle of 276.54º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B362E7 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 98 | 231 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.09 |
| HSL | 276.54º | 0.73% | 0.65% | - |
| HSV(B) | 276.54º | 0.58% | 0.91% | - |
| XYZ | 37.38 | 24.09 | 78.28 | - |
| YUV | 137.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 231 | 0.23 | 0.58 | 0 | 0.09 | 276.54 | 0.73 | 0.65 |
| Hex | B3 | 62 | E7 | 17 | 3A | 0 | 9 | 115 | 49 | 41 |
| Octal | 263 | 142 | 347 | 27 | 72 | 0 | 11 | 425 | 111 | 101 |
| Binary | 10110011 | 1100010 | 11100111 | 10111 | 111010 | 0 | 1001 | 100010101 | 1001001 | 1000001 |
Color Harmonies of #B362E7
Complementary color
Monochromatic Colors of #B362E7
Black with #B362E7
Text Example
Text Example
White with #B362E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362E7; }
p { color: rgb(179,98,231); }
H1.HeaderClassName
{
color: #B362E7;
}
.AnyTagClassName
{
color: #B362E7;
}
</style>
background-color css
<style>
a { background-color: #B362E7; }
a { background-color: rgb(179,98,231); }
div.DivClassName
{
background-color: #B362E7;
}
.BgClassName
{
background-color: #B362E7;
}
</style>
border-color css
<style>
span { border-color: #B362E7; }
span { border-color: rgb(179,98,231); }
td.TdClassName
{
border-color: #B362E7;
}
.TagClassName
{
border-color: #B362E7;
}
</style>