Shades of Medium Orchid #B749DB
Tints of Medium Orchid #B749DB
RGB
CMYK
RGB Variations
Color information
#B749DB (or 0xB749DB) is known color: Medium Orchid. HEX triplet: B7, 49 and DB. RGB value is (183,73,219). Sum of RGB (Red+Green+Blue) = 183+73+219=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #B749DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749DB is #48B624. Grayscale: #7A7A7A. Windows color (decimal): -4765221 or 14371255. OLE color: 14371255.
HSL color Cylindrical-coordinate representation of color #B749DB: hue angle of 285.21º degrees, saturation: 0.67, 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 #B749DB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 73 | 219 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.14 |
| HSL | 285.21º | 0.67% | 0.57% | - |
| HSV(B) | 285.21º | 0.67% | 0.86% | - |
| XYZ | 34.7 | 19.95 | 69.04 | - |
| YUV | 122.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 219 | 0.16 | 0.67 | 0 | 0.14 | 285.21 | 0.67 | 0.57 |
| Hex | B7 | 49 | DB | 10 | 43 | 0 | E | 11D | 43 | 39 |
| Octal | 267 | 111 | 333 | 20 | 103 | 0 | 16 | 435 | 103 | 71 |
| Binary | 10110111 | 1001001 | 11011011 | 10000 | 1000011 | 0 | 1110 | 100011101 | 1000011 | 111001 |
Color Harmonies of #B749DB
Complementary color
Monochromatic Colors of #B749DB
Black with #B749DB
Text Example
Text Example
White with #B749DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749DB; }
p { color: rgb(183,73,219); }
H1.HeaderClassName
{
color: #B749DB;
}
.AnyTagClassName
{
color: #B749DB;
}
</style>
background-color css
<style>
a { background-color: #B749DB; }
a { background-color: rgb(183,73,219); }
div.DivClassName
{
background-color: #B749DB;
}
.BgClassName
{
background-color: #B749DB;
}
</style>
border-color css
<style>
span { border-color: #B749DB; }
span { border-color: rgb(183,73,219); }
td.TdClassName
{
border-color: #B749DB;
}
.TagClassName
{
border-color: #B749DB;
}
</style>