Shades of Medium Orchid #B749D5
Tints of Medium Orchid #B749D5
RGB
CMYK
RGB Variations
Color information
#B749D5 (or 0xB749D5) is known color: Medium Orchid. HEX triplet: B7, 49 and D5. RGB value is (183,73,213). Sum of RGB (Red+Green+Blue) = 183+73+213=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #B749D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749D5 is #48B62A. Grayscale: #797979. Windows color (decimal): -4765227 or 13978039. OLE color: 13978039.
HSL color Cylindrical-coordinate representation of color #B749D5: hue angle of 287.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B749D5 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 73 | 213 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.16 |
| HSL | 287.14º | 0.63% | 0.56% | - |
| HSV(B) | 287.14º | 0.66% | 0.84% | - |
| XYZ | 33.92 | 19.64 | 64.95 | - |
| YUV | 121.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 213 | 0.14 | 0.66 | 0 | 0.16 | 287.14 | 0.63 | 0.56 |
| Hex | B7 | 49 | D5 | E | 42 | 0 | 10 | 11F | 3E | 38 |
| Octal | 267 | 111 | 325 | 16 | 102 | 0 | 20 | 437 | 76 | 70 |
| Binary | 10110111 | 1001001 | 11010101 | 1110 | 1000010 | 0 | 10000 | 100011111 | 111110 | 111000 |
Color Harmonies of #B749D5
Complementary color
Monochromatic Colors of #B749D5
Black with #B749D5
Text Example
Text Example
White with #B749D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749D5; }
p { color: rgb(183,73,213); }
H1.HeaderClassName
{
color: #B749D5;
}
.AnyTagClassName
{
color: #B749D5;
}
</style>
background-color css
<style>
a { background-color: #B749D5; }
a { background-color: rgb(183,73,213); }
div.DivClassName
{
background-color: #B749D5;
}
.BgClassName
{
background-color: #B749D5;
}
</style>
border-color css
<style>
span { border-color: #B749D5; }
span { border-color: rgb(183,73,213); }
td.TdClassName
{
border-color: #B749D5;
}
.TagClassName
{
border-color: #B749D5;
}
</style>