Shades of Medium Orchid #B747D5
Tints of Medium Orchid #B747D5
RGB
CMYK
RGB Variations
Color information
#B747D5 (or 0xB747D5) is known color: Medium Orchid. HEX triplet: B7, 47 and D5. RGB value is (183,71,213). Sum of RGB (Red+Green+Blue) = 183+71+213=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #B747D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B747D5 is #48B82A. Grayscale: #787878. Windows color (decimal): -4765739 or 13977527. OLE color: 13977527.
HSL color Cylindrical-coordinate representation of color #B747D5: hue angle of 287.32º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B747D5 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 71 | 213 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.16 |
| HSL | 287.32º | 0.63% | 0.56% | - |
| HSV(B) | 287.32º | 0.67% | 0.84% | - |
| XYZ | 33.79 | 19.38 | 64.91 | - |
| YUV | 120.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 213 | 0.14 | 0.67 | 0 | 0.16 | 287.32 | 0.63 | 0.56 |
| Hex | B7 | 47 | D5 | E | 43 | 0 | 10 | 11F | 3F | 38 |
| Octal | 267 | 107 | 325 | 16 | 103 | 0 | 20 | 437 | 77 | 70 |
| Binary | 10110111 | 1000111 | 11010101 | 1110 | 1000011 | 0 | 10000 | 100011111 | 111111 | 111000 |
Color Harmonies of #B747D5
Complementary color
Monochromatic Colors of #B747D5
Black with #B747D5
Text Example
Text Example
White with #B747D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B747D5; }
p { color: rgb(183,71,213); }
H1.HeaderClassName
{
color: #B747D5;
}
.AnyTagClassName
{
color: #B747D5;
}
</style>
background-color css
<style>
a { background-color: #B747D5; }
a { background-color: rgb(183,71,213); }
div.DivClassName
{
background-color: #B747D5;
}
.BgClassName
{
background-color: #B747D5;
}
</style>
border-color css
<style>
span { border-color: #B747D5; }
span { border-color: rgb(183,71,213); }
td.TdClassName
{
border-color: #B747D5;
}
.TagClassName
{
border-color: #B747D5;
}
</style>