Shades of Medium Orchid #B341DE
Tints of Medium Orchid #B341DE
RGB
CMYK
RGB Variations
Color information
#B341DE (or 0xB341DE) is known color: Medium Orchid. HEX triplet: B3, 41 and DE. RGB value is (179,65,222). Sum of RGB (Red+Green+Blue) = 179+65+222=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #B341DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341DE is #4CBE21. Grayscale: #747474. Windows color (decimal): -5029410 or 14565811. OLE color: 14565811.
HSL color Cylindrical-coordinate representation of color #B341DE: hue angle of 283.57º 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 #B341DE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 65 | 222 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.13 |
| HSL | 283.57º | 0.7% | 0.56% | - |
| HSV(B) | 283.57º | 0.71% | 0.87% | - |
| XYZ | 33.67 | 18.64 | 70.93 | - |
| YUV | 116.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 222 | 0.19 | 0.71 | 0 | 0.13 | 283.57 | 0.7 | 0.56 |
| Hex | B3 | 41 | DE | 13 | 47 | 0 | D | 11C | 46 | 38 |
| Octal | 263 | 101 | 336 | 23 | 107 | 0 | 15 | 434 | 106 | 70 |
| Binary | 10110011 | 1000001 | 11011110 | 10011 | 1000111 | 0 | 1101 | 100011100 | 1000110 | 111000 |
Color Harmonies of #B341DE
Complementary color
Monochromatic Colors of #B341DE
Black with #B341DE
Text Example
Text Example
White with #B341DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341DE; }
p { color: rgb(179,65,222); }
H1.HeaderClassName
{
color: #B341DE;
}
.AnyTagClassName
{
color: #B341DE;
}
</style>
background-color css
<style>
a { background-color: #B341DE; }
a { background-color: rgb(179,65,222); }
div.DivClassName
{
background-color: #B341DE;
}
.BgClassName
{
background-color: #B341DE;
}
</style>
border-color css
<style>
span { border-color: #B341DE; }
span { border-color: rgb(179,65,222); }
td.TdClassName
{
border-color: #B341DE;
}
.TagClassName
{
border-color: #B341DE;
}
</style>