Shades of Medium Orchid #B747DB
Tints of Medium Orchid #B747DB
RGB
CMYK
RGB Variations
Color information
#B747DB (or 0xB747DB) is known color: Medium Orchid. HEX triplet: B7, 47 and DB. RGB value is (183,71,219). Sum of RGB (Red+Green+Blue) = 183+71+219=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B747DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B747DB is #48B824. Grayscale: #787878. Windows color (decimal): -4765733 or 14370743. OLE color: 14370743.
HSL color Cylindrical-coordinate representation of color #B747DB: hue angle of 285.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B747DB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 71 | 219 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.14 |
| HSL | 285.41º | 0.67% | 0.57% | - |
| HSV(B) | 285.41º | 0.68% | 0.86% | - |
| XYZ | 34.57 | 19.69 | 69 | - |
| YUV | 121.36 | 183.11 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 219 | 0.16 | 0.68 | 0 | 0.14 | 285.41 | 0.67 | 0.57 |
| Hex | B7 | 47 | DB | 10 | 44 | 0 | E | 11D | 43 | 39 |
| Octal | 267 | 107 | 333 | 20 | 104 | 0 | 16 | 435 | 103 | 71 |
| Binary | 10110111 | 1000111 | 11011011 | 10000 | 1000100 | 0 | 1110 | 100011101 | 1000011 | 111001 |
Color Harmonies of #B747DB
Complementary color
Monochromatic Colors of #B747DB
Black with #B747DB
Text Example
Text Example
White with #B747DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B747DB; }
p { color: rgb(183,71,219); }
H1.HeaderClassName
{
color: #B747DB;
}
.AnyTagClassName
{
color: #B747DB;
}
</style>
background-color css
<style>
a { background-color: #B747DB; }
a { background-color: rgb(183,71,219); }
div.DivClassName
{
background-color: #B747DB;
}
.BgClassName
{
background-color: #B747DB;
}
</style>
border-color css
<style>
span { border-color: #B747DB; }
span { border-color: rgb(183,71,219); }
td.TdClassName
{
border-color: #B747DB;
}
.TagClassName
{
border-color: #B747DB;
}
</style>