Shades of Medium Orchid #B741DD
Tints of Medium Orchid #B741DD
RGB
CMYK
RGB Variations
Color information
#B741DD (or 0xB741DD) is known color: Medium Orchid. HEX triplet: B7, 41 and DD. RGB value is (183,65,221). Sum of RGB (Red+Green+Blue) = 183+65+221=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B741DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741DD is #48BE22. Grayscale: #757575. Windows color (decimal): -4767267 or 14500279. OLE color: 14500279.
HSL color Cylindrical-coordinate representation of color #B741DD: hue angle of 285.38º 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 #B741DD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 65 | 221 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.13 |
| HSL | 285.38º | 0.7% | 0.56% | - |
| HSV(B) | 285.38º | 0.71% | 0.87% | - |
| XYZ | 34.47 | 19.07 | 70.27 | - |
| YUV | 118.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 221 | 0.17 | 0.71 | 0 | 0.13 | 285.38 | 0.7 | 0.56 |
| Hex | B7 | 41 | DD | 11 | 47 | 0 | D | 11D | 46 | 38 |
| Octal | 267 | 101 | 335 | 21 | 107 | 0 | 15 | 435 | 106 | 70 |
| Binary | 10110111 | 1000001 | 11011101 | 10001 | 1000111 | 0 | 1101 | 100011101 | 1000110 | 111000 |
Color Harmonies of #B741DD
Complementary color
Monochromatic Colors of #B741DD
Black with #B741DD
Text Example
Text Example
White with #B741DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741DD; }
p { color: rgb(183,65,221); }
H1.HeaderClassName
{
color: #B741DD;
}
.AnyTagClassName
{
color: #B741DD;
}
</style>
background-color css
<style>
a { background-color: #B741DD; }
a { background-color: rgb(183,65,221); }
div.DivClassName
{
background-color: #B741DD;
}
.BgClassName
{
background-color: #B741DD;
}
</style>
border-color css
<style>
span { border-color: #B741DD; }
span { border-color: rgb(183,65,221); }
td.TdClassName
{
border-color: #B741DD;
}
.TagClassName
{
border-color: #B741DD;
}
</style>