Shades of Medium Orchid #B340E5
Tints of Medium Orchid #B340E5
RGB
CMYK
RGB Variations
Color information
#B340E5 (or 0xB340E5) is known color: Medium Orchid. HEX triplet: B3, 40 and E5. RGB value is (179,64,229). Sum of RGB (Red+Green+Blue) = 179+64+229=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #B340E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340E5 is #4CBF1A. Grayscale: #747474. Windows color (decimal): -5029659 or 15024307. OLE color: 15024307.
HSL color Cylindrical-coordinate representation of color #B340E5: hue angle of 281.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B340E5 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 64 | 229 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.10 |
| HSL | 281.82º | 0.76% | 0.57% | - |
| HSV(B) | 281.82º | 0.72% | 0.9% | - |
| XYZ | 34.57 | 18.91 | 75.96 | - |
| YUV | 117.2 | 191.1 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 229 | 0.22 | 0.72 | 0 | 0.10 | 281.82 | 0.76 | 0.57 |
| Hex | B3 | 40 | E5 | 16 | 48 | 0 | A | 11A | 4C | 39 |
| Octal | 263 | 100 | 345 | 26 | 110 | 0 | 12 | 432 | 114 | 71 |
| Binary | 10110011 | 1000000 | 11100101 | 10110 | 1001000 | 0 | 1010 | 100011010 | 1001100 | 111001 |
Color Harmonies of #B340E5
Complementary color
Monochromatic Colors of #B340E5
Black with #B340E5
Text Example
Text Example
White with #B340E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340E5; }
p { color: rgb(179,64,229); }
H1.HeaderClassName
{
color: #B340E5;
}
.AnyTagClassName
{
color: #B340E5;
}
</style>
background-color css
<style>
a { background-color: #B340E5; }
a { background-color: rgb(179,64,229); }
div.DivClassName
{
background-color: #B340E5;
}
.BgClassName
{
background-color: #B340E5;
}
</style>
border-color css
<style>
span { border-color: #B340E5; }
span { border-color: rgb(179,64,229); }
td.TdClassName
{
border-color: #B340E5;
}
.TagClassName
{
border-color: #B340E5;
}
</style>