Shades of Medium Orchid #B340DD
Tints of Medium Orchid #B340DD
RGB
CMYK
RGB Variations
Color information
#B340DD (or 0xB340DD) is known color: Medium Orchid. HEX triplet: B3, 40 and DD. RGB value is (179,64,221). Sum of RGB (Red+Green+Blue) = 179+64+221=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #B340DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340DD is #4CBF22. Grayscale: #737373. Windows color (decimal): -5029667 or 14500019. OLE color: 14500019.
HSL color Cylindrical-coordinate representation of color #B340DD: hue angle of 283.95º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B340DD is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 64 | 221 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.13 |
| HSL | 283.95º | 0.7% | 0.56% | - |
| HSV(B) | 283.95º | 0.71% | 0.87% | - |
| XYZ | 33.47 | 18.47 | 70.21 | - |
| YUV | 116.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 221 | 0.19 | 0.71 | 0 | 0.13 | 283.95 | 0.7 | 0.56 |
| Hex | B3 | 40 | DD | 13 | 47 | 0 | D | 11C | 46 | 38 |
| Octal | 263 | 100 | 335 | 23 | 107 | 0 | 15 | 434 | 106 | 70 |
| Binary | 10110011 | 1000000 | 11011101 | 10011 | 1000111 | 0 | 1101 | 100011100 | 1000110 | 111000 |
Color Harmonies of #B340DD
Complementary color
Monochromatic Colors of #B340DD
Black with #B340DD
Text Example
Text Example
White with #B340DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340DD; }
p { color: rgb(179,64,221); }
H1.HeaderClassName
{
color: #B340DD;
}
.AnyTagClassName
{
color: #B340DD;
}
</style>
background-color css
<style>
a { background-color: #B340DD; }
a { background-color: rgb(179,64,221); }
div.DivClassName
{
background-color: #B340DD;
}
.BgClassName
{
background-color: #B340DD;
}
</style>
border-color css
<style>
span { border-color: #B340DD; }
span { border-color: rgb(179,64,221); }
td.TdClassName
{
border-color: #B340DD;
}
.TagClassName
{
border-color: #B340DD;
}
</style>