Shades of Medium Orchid #B749DC
Tints of Medium Orchid #B749DC
RGB
CMYK
RGB Variations
Color information
#B749DC (or 0xB749DC) is known color: Medium Orchid. HEX triplet: B7, 49 and DC. RGB value is (183,73,220). Sum of RGB (Red+Green+Blue) = 183+73+220=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B749DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749DC is #48B623. Grayscale: #7A7A7A. Windows color (decimal): -4765220 or 14436791. OLE color: 14436791.
HSL color Cylindrical-coordinate representation of color #B749DC: hue angle of 284.9º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B749DC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 73 | 220 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.14 |
| HSL | 284.9º | 0.68% | 0.57% | - |
| HSV(B) | 284.9º | 0.67% | 0.86% | - |
| XYZ | 34.83 | 20 | 69.73 | - |
| YUV | 122.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 220 | 0.17 | 0.67 | 0 | 0.14 | 284.9 | 0.68 | 0.57 |
| Hex | B7 | 49 | DC | 11 | 43 | 0 | E | 11D | 44 | 39 |
| Octal | 267 | 111 | 334 | 21 | 103 | 0 | 16 | 435 | 104 | 71 |
| Binary | 10110111 | 1001001 | 11011100 | 10001 | 1000011 | 0 | 1110 | 100011101 | 1000100 | 111001 |
Color Harmonies of #B749DC
Complementary color
Monochromatic Colors of #B749DC
Black with #B749DC
Text Example
Text Example
White with #B749DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749DC; }
p { color: rgb(183,73,220); }
H1.HeaderClassName
{
color: #B749DC;
}
.AnyTagClassName
{
color: #B749DC;
}
</style>
background-color css
<style>
a { background-color: #B749DC; }
a { background-color: rgb(183,73,220); }
div.DivClassName
{
background-color: #B749DC;
}
.BgClassName
{
background-color: #B749DC;
}
</style>
border-color css
<style>
span { border-color: #B749DC; }
span { border-color: rgb(183,73,220); }
td.TdClassName
{
border-color: #B749DC;
}
.TagClassName
{
border-color: #B749DC;
}
</style>