Shades of Medium Orchid #B748DB
Tints of Medium Orchid #B748DB
RGB
CMYK
RGB Variations
Color information
#B748DB (or 0xB748DB) is known color: Medium Orchid. HEX triplet: B7, 48 and DB. RGB value is (183,72,219). Sum of RGB (Red+Green+Blue) = 183+72+219=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B748DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748DB is #48B724. Grayscale: #797979. Windows color (decimal): -4765477 or 14370999. OLE color: 14370999.
HSL color Cylindrical-coordinate representation of color #B748DB: hue angle of 285.31º 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 #B748DB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 72 | 219 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.14 |
| HSL | 285.31º | 0.67% | 0.57% | - |
| HSV(B) | 285.31º | 0.67% | 0.86% | - |
| XYZ | 34.63 | 19.82 | 69.02 | - |
| YUV | 121.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 219 | 0.16 | 0.67 | 0 | 0.14 | 285.31 | 0.67 | 0.57 |
| Hex | B7 | 48 | DB | 10 | 43 | 0 | E | 11D | 43 | 39 |
| Octal | 267 | 110 | 333 | 20 | 103 | 0 | 16 | 435 | 103 | 71 |
| Binary | 10110111 | 1001000 | 11011011 | 10000 | 1000011 | 0 | 1110 | 100011101 | 1000011 | 111001 |
Color Harmonies of #B748DB
Complementary color
Monochromatic Colors of #B748DB
Black with #B748DB
Text Example
Text Example
White with #B748DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B748DB; }
p { color: rgb(183,72,219); }
H1.HeaderClassName
{
color: #B748DB;
}
.AnyTagClassName
{
color: #B748DB;
}
</style>
background-color css
<style>
a { background-color: #B748DB; }
a { background-color: rgb(183,72,219); }
div.DivClassName
{
background-color: #B748DB;
}
.BgClassName
{
background-color: #B748DB;
}
</style>
border-color css
<style>
span { border-color: #B748DB; }
span { border-color: rgb(183,72,219); }
td.TdClassName
{
border-color: #B748DB;
}
.TagClassName
{
border-color: #B748DB;
}
</style>