Shades of Medium Orchid #B745DB
Tints of Medium Orchid #B745DB
RGB
CMYK
RGB Variations
Color information
#B745DB (or 0xB745DB) is known color: Medium Orchid. HEX triplet: B7, 45 and DB. RGB value is (183,69,219). Sum of RGB (Red+Green+Blue) = 183+69+219=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #B745DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745DB is #48BA24. Grayscale: #777777. Windows color (decimal): -4766245 or 14370231. OLE color: 14370231.
HSL color Cylindrical-coordinate representation of color #B745DB: hue angle of 285.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B745DB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 69 | 219 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.14 |
| HSL | 285.6º | 0.68% | 0.56% | - |
| HSV(B) | 285.6º | 0.68% | 0.86% | - |
| XYZ | 34.44 | 19.44 | 68.95 | - |
| YUV | 120.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 219 | 0.16 | 0.68 | 0 | 0.14 | 285.6 | 0.68 | 0.56 |
| Hex | B7 | 45 | DB | 10 | 44 | 0 | E | 11E | 44 | 38 |
| Octal | 267 | 105 | 333 | 20 | 104 | 0 | 16 | 436 | 104 | 70 |
| Binary | 10110111 | 1000101 | 11011011 | 10000 | 1000100 | 0 | 1110 | 100011110 | 1000100 | 111000 |
Color Harmonies of #B745DB
Complementary color
Monochromatic Colors of #B745DB
Black with #B745DB
Text Example
Text Example
White with #B745DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B745DB; }
p { color: rgb(183,69,219); }
H1.HeaderClassName
{
color: #B745DB;
}
.AnyTagClassName
{
color: #B745DB;
}
</style>
background-color css
<style>
a { background-color: #B745DB; }
a { background-color: rgb(183,69,219); }
div.DivClassName
{
background-color: #B745DB;
}
.BgClassName
{
background-color: #B745DB;
}
</style>
border-color css
<style>
span { border-color: #B745DB; }
span { border-color: rgb(183,69,219); }
td.TdClassName
{
border-color: #B745DB;
}
.TagClassName
{
border-color: #B745DB;
}
</style>