Shades of Medium Orchid #B341DF
Tints of Medium Orchid #B341DF
RGB
CMYK
RGB Variations
Color information
#B341DF (or 0xB341DF) is known color: Medium Orchid. HEX triplet: B3, 41 and DF. RGB value is (179,65,223). Sum of RGB (Red+Green+Blue) = 179+65+223=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #B341DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341DF is #4CBE20. Grayscale: #747474. Windows color (decimal): -5029409 or 14631347. OLE color: 14631347.
HSL color Cylindrical-coordinate representation of color #B341DF: hue angle of 283.29º degrees, saturation: 0.71, 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 #B341DF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 65 | 223 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.13 |
| HSL | 283.29º | 0.71% | 0.56% | - |
| HSV(B) | 283.29º | 0.71% | 0.87% | - |
| XYZ | 33.8 | 18.69 | 71.64 | - |
| YUV | 117.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 223 | 0.20 | 0.71 | 0 | 0.13 | 283.29 | 0.71 | 0.56 |
| Hex | B3 | 41 | DF | 14 | 47 | 0 | D | 11B | 47 | 38 |
| Octal | 263 | 101 | 337 | 24 | 107 | 0 | 15 | 433 | 107 | 70 |
| Binary | 10110011 | 1000001 | 11011111 | 10100 | 1000111 | 0 | 1101 | 100011011 | 1000111 | 111000 |
Color Harmonies of #B341DF
Complementary color
Monochromatic Colors of #B341DF
Black with #B341DF
Text Example
Text Example
White with #B341DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341DF; }
p { color: rgb(179,65,223); }
H1.HeaderClassName
{
color: #B341DF;
}
.AnyTagClassName
{
color: #B341DF;
}
</style>
background-color css
<style>
a { background-color: #B341DF; }
a { background-color: rgb(179,65,223); }
div.DivClassName
{
background-color: #B341DF;
}
.BgClassName
{
background-color: #B341DF;
}
</style>
border-color css
<style>
span { border-color: #B341DF; }
span { border-color: rgb(179,65,223); }
td.TdClassName
{
border-color: #B341DF;
}
.TagClassName
{
border-color: #B341DF;
}
</style>