Shades of Medium Orchid #B341DD
Tints of Medium Orchid #B341DD
RGB
CMYK
RGB Variations
Color information
#B341DD (or 0xB341DD) is known color: Medium Orchid. HEX triplet: B3, 41 and DD. RGB value is (179,65,221). Sum of RGB (Red+Green+Blue) = 179+65+221=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #B341DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341DD is #4CBE22. Grayscale: #747474. Windows color (decimal): -5029411 or 14500275. OLE color: 14500275.
HSL color Cylindrical-coordinate representation of color #B341DD: hue angle of 283.85º 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 #B341DD is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 65 | 221 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.13 |
| HSL | 283.85º | 0.7% | 0.56% | - |
| HSV(B) | 283.85º | 0.71% | 0.87% | - |
| XYZ | 33.53 | 18.58 | 70.23 | - |
| YUV | 116.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 221 | 0.19 | 0.71 | 0 | 0.13 | 283.85 | 0.7 | 0.56 |
| Hex | B3 | 41 | DD | 13 | 47 | 0 | D | 11C | 46 | 38 |
| Octal | 263 | 101 | 335 | 23 | 107 | 0 | 15 | 434 | 106 | 70 |
| Binary | 10110011 | 1000001 | 11011101 | 10011 | 1000111 | 0 | 1101 | 100011100 | 1000110 | 111000 |
Color Harmonies of #B341DD
Complementary color
Monochromatic Colors of #B341DD
Black with #B341DD
Text Example
Text Example
White with #B341DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341DD; }
p { color: rgb(179,65,221); }
H1.HeaderClassName
{
color: #B341DD;
}
.AnyTagClassName
{
color: #B341DD;
}
</style>
background-color css
<style>
a { background-color: #B341DD; }
a { background-color: rgb(179,65,221); }
div.DivClassName
{
background-color: #B341DD;
}
.BgClassName
{
background-color: #B341DD;
}
</style>
border-color css
<style>
span { border-color: #B341DD; }
span { border-color: rgb(179,65,221); }
td.TdClassName
{
border-color: #B341DD;
}
.TagClassName
{
border-color: #B341DD;
}
</style>