Shades of Medium Orchid #B749DF
Tints of Medium Orchid #B749DF
RGB
CMYK
RGB Variations
Color information
#B749DF (or 0xB749DF) is known color: Medium Orchid. HEX triplet: B7, 49 and DF. RGB value is (183,73,223). Sum of RGB (Red+Green+Blue) = 183+73+223=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #B749DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749DF is #48B620. Grayscale: #7A7A7A. Windows color (decimal): -4765217 or 14633399. OLE color: 14633399.
HSL color Cylindrical-coordinate representation of color #B749DF: hue angle of 284º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B749DF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 73 | 223 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.13 |
| HSL | 284º | 0.7% | 0.58% | - |
| HSV(B) | 284º | 0.67% | 0.87% | - |
| XYZ | 35.23 | 20.16 | 71.85 | - |
| YUV | 122.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 223 | 0.18 | 0.67 | 0 | 0.13 | 284 | 0.7 | 0.58 |
| Hex | B7 | 49 | DF | 12 | 43 | 0 | D | 11C | 46 | 3A |
| Octal | 267 | 111 | 337 | 22 | 103 | 0 | 15 | 434 | 106 | 72 |
| Binary | 10110111 | 1001001 | 11011111 | 10010 | 1000011 | 0 | 1101 | 100011100 | 1000110 | 111010 |
Color Harmonies of #B749DF
Complementary color
Monochromatic Colors of #B749DF
Black with #B749DF
Text Example
Text Example
White with #B749DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749DF; }
p { color: rgb(183,73,223); }
H1.HeaderClassName
{
color: #B749DF;
}
.AnyTagClassName
{
color: #B749DF;
}
</style>
background-color css
<style>
a { background-color: #B749DF; }
a { background-color: rgb(183,73,223); }
div.DivClassName
{
background-color: #B749DF;
}
.BgClassName
{
background-color: #B749DF;
}
</style>
border-color css
<style>
span { border-color: #B749DF; }
span { border-color: rgb(183,73,223); }
td.TdClassName
{
border-color: #B749DF;
}
.TagClassName
{
border-color: #B749DF;
}
</style>