Shades of Medium Orchid #B340E9
Tints of Medium Orchid #B340E9
RGB
CMYK
RGB Variations
Color information
#B340E9 (or 0xB340E9) is known color: Medium Orchid. HEX triplet: B3, 40 and E9. RGB value is (179,64,233). Sum of RGB (Red+Green+Blue) = 179+64+233=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #B340E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B340E9 is #4CBF16. Grayscale: #757575. Windows color (decimal): -5029655 or 15286451. OLE color: 15286451.
HSL color Cylindrical-coordinate representation of color #B340E9: hue angle of 280.83º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B340E9 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 64 | 233 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.09 |
| HSL | 280.83º | 0.79% | 0.58% | - |
| HSV(B) | 280.83º | 0.73% | 0.91% | - |
| XYZ | 35.13 | 19.13 | 78.93 | - |
| YUV | 117.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 233 | 0.23 | 0.73 | 0 | 0.09 | 280.83 | 0.79 | 0.58 |
| Hex | B3 | 40 | E9 | 17 | 49 | 0 | 9 | 119 | 4F | 3A |
| Octal | 263 | 100 | 351 | 27 | 111 | 0 | 11 | 431 | 117 | 72 |
| Binary | 10110011 | 1000000 | 11101001 | 10111 | 1001001 | 0 | 1001 | 100011001 | 1001111 | 111010 |
Color Harmonies of #B340E9
Complementary color
Monochromatic Colors of #B340E9
Black with #B340E9
Text Example
Text Example
White with #B340E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340E9; }
p { color: rgb(179,64,233); }
H1.HeaderClassName
{
color: #B340E9;
}
.AnyTagClassName
{
color: #B340E9;
}
</style>
background-color css
<style>
a { background-color: #B340E9; }
a { background-color: rgb(179,64,233); }
div.DivClassName
{
background-color: #B340E9;
}
.BgClassName
{
background-color: #B340E9;
}
</style>
border-color css
<style>
span { border-color: #B340E9; }
span { border-color: rgb(179,64,233); }
td.TdClassName
{
border-color: #B340E9;
}
.TagClassName
{
border-color: #B340E9;
}
</style>