Shades of Medium Orchid #B745D3
Tints of Medium Orchid #B745D3
RGB
CMYK
RGB Variations
Color information
#B745D3 (or 0xB745D3) is known color: Medium Orchid. HEX triplet: B7, 45 and D3. RGB value is (183,69,211). Sum of RGB (Red+Green+Blue) = 183+69+211=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #B745D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745D3 is #48BA2C. Grayscale: #767676. Windows color (decimal): -4766253 or 13845943. OLE color: 13845943.
HSL color Cylindrical-coordinate representation of color #B745D3: hue angle of 288.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B745D3 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 69 | 211 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.17 |
| HSL | 288.17º | 0.62% | 0.55% | - |
| HSV(B) | 288.17º | 0.67% | 0.83% | - |
| XYZ | 33.41 | 19.03 | 63.54 | - |
| YUV | 119.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 211 | 0.13 | 0.67 | 0 | 0.17 | 288.17 | 0.62 | 0.55 |
| Hex | B7 | 45 | D3 | D | 43 | 0 | 11 | 120 | 3E | 37 |
| Octal | 267 | 105 | 323 | 15 | 103 | 0 | 21 | 440 | 76 | 67 |
| Binary | 10110111 | 1000101 | 11010011 | 1101 | 1000011 | 0 | 10001 | 100100000 | 111110 | 110111 |
Color Harmonies of #B745D3
Complementary color
Monochromatic Colors of #B745D3
Black with #B745D3
Text Example
Text Example
White with #B745D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B745D3; }
p { color: rgb(183,69,211); }
H1.HeaderClassName
{
color: #B745D3;
}
.AnyTagClassName
{
color: #B745D3;
}
</style>
background-color css
<style>
a { background-color: #B745D3; }
a { background-color: rgb(183,69,211); }
div.DivClassName
{
background-color: #B745D3;
}
.BgClassName
{
background-color: #B745D3;
}
</style>
border-color css
<style>
span { border-color: #B745D3; }
span { border-color: rgb(183,69,211); }
td.TdClassName
{
border-color: #B745D3;
}
.TagClassName
{
border-color: #B745D3;
}
</style>