Shades of Medium Orchid #B743DD
Tints of Medium Orchid #B743DD
RGB
CMYK
RGB Variations
Color information
#B743DD (or 0xB743DD) is known color: Medium Orchid. HEX triplet: B7, 43 and DD. RGB value is (183,67,221). Sum of RGB (Red+Green+Blue) = 183+67+221=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #B743DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B743DD is #48BC22. Grayscale: #767676. Windows color (decimal): -4766755 or 14500791. OLE color: 14500791.
HSL color Cylindrical-coordinate representation of color #B743DD: hue angle of 285.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B743DD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 67 | 221 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.13 |
| HSL | 285.19º | 0.69% | 0.56% | - |
| HSV(B) | 285.19º | 0.7% | 0.87% | - |
| XYZ | 34.59 | 19.3 | 70.31 | - |
| YUV | 119.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 221 | 0.17 | 0.70 | 0 | 0.13 | 285.19 | 0.69 | 0.56 |
| Hex | B7 | 43 | DD | 11 | 46 | 0 | D | 11D | 45 | 38 |
| Octal | 267 | 103 | 335 | 21 | 106 | 0 | 15 | 435 | 105 | 70 |
| Binary | 10110111 | 1000011 | 11011101 | 10001 | 1000110 | 0 | 1101 | 100011101 | 1000101 | 111000 |
Color Harmonies of #B743DD
Complementary color
Monochromatic Colors of #B743DD
Black with #B743DD
Text Example
Text Example
White with #B743DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B743DD; }
p { color: rgb(183,67,221); }
H1.HeaderClassName
{
color: #B743DD;
}
.AnyTagClassName
{
color: #B743DD;
}
</style>
background-color css
<style>
a { background-color: #B743DD; }
a { background-color: rgb(183,67,221); }
div.DivClassName
{
background-color: #B743DD;
}
.BgClassName
{
background-color: #B743DD;
}
</style>
border-color css
<style>
span { border-color: #B743DD; }
span { border-color: rgb(183,67,221); }
td.TdClassName
{
border-color: #B743DD;
}
.TagClassName
{
border-color: #B743DD;
}
</style>