Shades of Medium Orchid #B741D1
Tints of Medium Orchid #B741D1
RGB
CMYK
RGB Variations
Color information
#B741D1 (or 0xB741D1) is known color: Medium Orchid. HEX triplet: B7, 41 and D1. RGB value is (183,65,209). Sum of RGB (Red+Green+Blue) = 183+65+209=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #B741D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741D1 is #48BE2E. Grayscale: #747474. Windows color (decimal): -4767279 or 13713847. OLE color: 13713847.
HSL color Cylindrical-coordinate representation of color #B741D1: hue angle of 289.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B741D1 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 65 | 209 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.18 |
| HSL | 289.17º | 0.61% | 0.54% | - |
| HSV(B) | 289.17º | 0.69% | 0.82% | - |
| XYZ | 32.93 | 18.45 | 62.15 | - |
| YUV | 116.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 209 | 0.12 | 0.69 | 0 | 0.18 | 289.17 | 0.61 | 0.54 |
| Hex | B7 | 41 | D1 | C | 45 | 0 | 12 | 121 | 3D | 36 |
| Octal | 267 | 101 | 321 | 14 | 105 | 0 | 22 | 441 | 75 | 66 |
| Binary | 10110111 | 1000001 | 11010001 | 1100 | 1000101 | 0 | 10010 | 100100001 | 111101 | 110110 |
Color Harmonies of #B741D1
Complementary color
Monochromatic Colors of #B741D1
Black with #B741D1
Text Example
Text Example
White with #B741D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741D1; }
p { color: rgb(183,65,209); }
H1.HeaderClassName
{
color: #B741D1;
}
.AnyTagClassName
{
color: #B741D1;
}
</style>
background-color css
<style>
a { background-color: #B741D1; }
a { background-color: rgb(183,65,209); }
div.DivClassName
{
background-color: #B741D1;
}
.BgClassName
{
background-color: #B741D1;
}
</style>
border-color css
<style>
span { border-color: #B741D1; }
span { border-color: rgb(183,65,209); }
td.TdClassName
{
border-color: #B741D1;
}
.TagClassName
{
border-color: #B741D1;
}
</style>