Shades of Medium Orchid #B340E2
Tints of Medium Orchid #B340E2
RGB
CMYK
RGB Variations
Color information
#B340E2 (or 0xB340E2) is known color: Medium Orchid. HEX triplet: B3, 40 and E2. RGB value is (179,64,226). Sum of RGB (Red+Green+Blue) = 179+64+226=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #B340E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340E2 is #4CBF1D. Grayscale: #747474. Windows color (decimal): -5029662 or 14827699. OLE color: 14827699.
HSL color Cylindrical-coordinate representation of color #B340E2: hue angle of 282.59º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B340E2 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 64 | 226 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.11 |
| HSL | 282.59º | 0.74% | 0.57% | - |
| HSV(B) | 282.59º | 0.72% | 0.89% | - |
| XYZ | 34.15 | 18.74 | 73.77 | - |
| YUV | 116.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 226 | 0.21 | 0.72 | 0 | 0.11 | 282.59 | 0.74 | 0.57 |
| Hex | B3 | 40 | E2 | 15 | 48 | 0 | B | 11B | 4A | 39 |
| Octal | 263 | 100 | 342 | 25 | 110 | 0 | 13 | 433 | 112 | 71 |
| Binary | 10110011 | 1000000 | 11100010 | 10101 | 1001000 | 0 | 1011 | 100011011 | 1001010 | 111001 |
Color Harmonies of #B340E2
Complementary color
Monochromatic Colors of #B340E2
Black with #B340E2
Text Example
Text Example
White with #B340E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340E2; }
p { color: rgb(179,64,226); }
H1.HeaderClassName
{
color: #B340E2;
}
.AnyTagClassName
{
color: #B340E2;
}
</style>
background-color css
<style>
a { background-color: #B340E2; }
a { background-color: rgb(179,64,226); }
div.DivClassName
{
background-color: #B340E2;
}
.BgClassName
{
background-color: #B340E2;
}
</style>
border-color css
<style>
span { border-color: #B340E2; }
span { border-color: rgb(179,64,226); }
td.TdClassName
{
border-color: #B340E2;
}
.TagClassName
{
border-color: #B340E2;
}
</style>