Shades of Medium Orchid #B744C7
Tints of Medium Orchid #B744C7
RGB
CMYK
RGB Variations
Color information
#B744C7 (or 0xB744C7) is known color: Medium Orchid. HEX triplet: B7, 44 and C7. RGB value is (183,68,199). Sum of RGB (Red+Green+Blue) = 183+68+199=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #B744C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744C7 is #48BB38. Grayscale: #747474. Windows color (decimal): -4766521 or 13059255. OLE color: 13059255.
HSL color Cylindrical-coordinate representation of color #B744C7: hue angle of 292.67º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B744C7 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 68 | 199 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.22 |
| HSL | 292.67º | 0.54% | 0.52% | - |
| HSV(B) | 292.67º | 0.66% | 0.78% | - |
| XYZ | 31.9 | 18.33 | 55.89 | - |
| YUV | 117.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 199 | 0.08 | 0.66 | 0 | 0.22 | 292.67 | 0.54 | 0.52 |
| Hex | B7 | 44 | C7 | 8 | 42 | 0 | 16 | 125 | 36 | 34 |
| Octal | 267 | 104 | 307 | 10 | 102 | 0 | 26 | 445 | 66 | 64 |
| Binary | 10110111 | 1000100 | 11000111 | 1000 | 1000010 | 0 | 10110 | 100100101 | 110110 | 110100 |
Color Harmonies of #B744C7
Complementary color
Monochromatic Colors of #B744C7
Black with #B744C7
Text Example
Text Example
White with #B744C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744C7; }
p { color: rgb(183,68,199); }
H1.HeaderClassName
{
color: #B744C7;
}
.AnyTagClassName
{
color: #B744C7;
}
</style>
background-color css
<style>
a { background-color: #B744C7; }
a { background-color: rgb(183,68,199); }
div.DivClassName
{
background-color: #B744C7;
}
.BgClassName
{
background-color: #B744C7;
}
</style>
border-color css
<style>
span { border-color: #B744C7; }
span { border-color: rgb(183,68,199); }
td.TdClassName
{
border-color: #B744C7;
}
.TagClassName
{
border-color: #B744C7;
}
</style>