Shades of Medium Orchid #B742DD
Tints of Medium Orchid #B742DD
RGB
CMYK
RGB Variations
Color information
#B742DD (or 0xB742DD) is known color: Medium Orchid. HEX triplet: B7, 42 and DD. RGB value is (183,66,221). Sum of RGB (Red+Green+Blue) = 183+66+221=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #B742DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742DD is #48BD22. Grayscale: #767676. Windows color (decimal): -4767011 or 14500535. OLE color: 14500535.
HSL color Cylindrical-coordinate representation of color #B742DD: hue angle of 285.29º degrees, saturation: 0.7, 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 #B742DD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 66 | 221 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.13 |
| HSL | 285.29º | 0.7% | 0.56% | - |
| HSV(B) | 285.29º | 0.7% | 0.87% | - |
| XYZ | 34.53 | 19.18 | 70.29 | - |
| YUV | 118.65 | 185.76 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 221 | 0.17 | 0.70 | 0 | 0.13 | 285.29 | 0.7 | 0.56 |
| Hex | B7 | 42 | DD | 11 | 46 | 0 | D | 11D | 46 | 38 |
| Octal | 267 | 102 | 335 | 21 | 106 | 0 | 15 | 435 | 106 | 70 |
| Binary | 10110111 | 1000010 | 11011101 | 10001 | 1000110 | 0 | 1101 | 100011101 | 1000110 | 111000 |
Color Harmonies of #B742DD
Complementary color
Monochromatic Colors of #B742DD
Black with #B742DD
Text Example
Text Example
White with #B742DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742DD; }
p { color: rgb(183,66,221); }
H1.HeaderClassName
{
color: #B742DD;
}
.AnyTagClassName
{
color: #B742DD;
}
</style>
background-color css
<style>
a { background-color: #B742DD; }
a { background-color: rgb(183,66,221); }
div.DivClassName
{
background-color: #B742DD;
}
.BgClassName
{
background-color: #B742DD;
}
</style>
border-color css
<style>
span { border-color: #B742DD; }
span { border-color: rgb(183,66,221); }
td.TdClassName
{
border-color: #B742DD;
}
.TagClassName
{
border-color: #B742DD;
}
</style>