Shades of Medium Orchid #B340CE
Tints of Medium Orchid #B340CE
RGB
CMYK
RGB Variations
Color information
#B340CE (or 0xB340CE) is known color: Medium Orchid. HEX triplet: B3, 40 and CE. RGB value is (179,64,206). Sum of RGB (Red+Green+Blue) = 179+64+206=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B340CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340CE is #4CBF31. Grayscale: #727272. Windows color (decimal): -5029682 or 13516979. OLE color: 13516979.
HSL color Cylindrical-coordinate representation of color #B340CE: hue angle of 288.59º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B340CE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 64 | 206 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.19 |
| HSL | 288.59º | 0.59% | 0.53% | - |
| HSV(B) | 288.59º | 0.69% | 0.81% | - |
| XYZ | 31.56 | 17.71 | 60.15 | - |
| YUV | 114.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 206 | 0.13 | 0.69 | 0 | 0.19 | 288.59 | 0.59 | 0.53 |
| Hex | B3 | 40 | CE | D | 45 | 0 | 13 | 121 | 3B | 35 |
| Octal | 263 | 100 | 316 | 15 | 105 | 0 | 23 | 441 | 73 | 65 |
| Binary | 10110011 | 1000000 | 11001110 | 1101 | 1000101 | 0 | 10011 | 100100001 | 111011 | 110101 |
Color Harmonies of #B340CE
Complementary color
Monochromatic Colors of #B340CE
Black with #B340CE
Text Example
Text Example
White with #B340CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340CE; }
p { color: rgb(179,64,206); }
H1.HeaderClassName
{
color: #B340CE;
}
.AnyTagClassName
{
color: #B340CE;
}
</style>
background-color css
<style>
a { background-color: #B340CE; }
a { background-color: rgb(179,64,206); }
div.DivClassName
{
background-color: #B340CE;
}
.BgClassName
{
background-color: #B340CE;
}
</style>
border-color css
<style>
span { border-color: #B340CE; }
span { border-color: rgb(179,64,206); }
td.TdClassName
{
border-color: #B340CE;
}
.TagClassName
{
border-color: #B340CE;
}
</style>