Shades of Medium Orchid #B744C9
Tints of Medium Orchid #B744C9
RGB
CMYK
RGB Variations
Color information
#B744C9 (or 0xB744C9) is known color: Medium Orchid. HEX triplet: B7, 44 and C9. RGB value is (183,68,201). Sum of RGB (Red+Green+Blue) = 183+68+201=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #B744C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744C9 is #48BB36. Grayscale: #757575. Windows color (decimal): -4766519 or 13190327. OLE color: 13190327.
HSL color Cylindrical-coordinate representation of color #B744C9: hue angle of 291.88º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B744C9 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 68 | 201 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.21 |
| HSL | 291.88º | 0.55% | 0.53% | - |
| HSV(B) | 291.88º | 0.66% | 0.79% | - |
| XYZ | 32.14 | 18.42 | 57.12 | - |
| YUV | 117.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 201 | 0.09 | 0.66 | 0 | 0.21 | 291.88 | 0.55 | 0.53 |
| Hex | B7 | 44 | C9 | 9 | 42 | 0 | 15 | 124 | 37 | 35 |
| Octal | 267 | 104 | 311 | 11 | 102 | 0 | 25 | 444 | 67 | 65 |
| Binary | 10110111 | 1000100 | 11001001 | 1001 | 1000010 | 0 | 10101 | 100100100 | 110111 | 110101 |
Color Harmonies of #B744C9
Complementary color
Monochromatic Colors of #B744C9
Black with #B744C9
Text Example
Text Example
White with #B744C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744C9; }
p { color: rgb(183,68,201); }
H1.HeaderClassName
{
color: #B744C9;
}
.AnyTagClassName
{
color: #B744C9;
}
</style>
background-color css
<style>
a { background-color: #B744C9; }
a { background-color: rgb(183,68,201); }
div.DivClassName
{
background-color: #B744C9;
}
.BgClassName
{
background-color: #B744C9;
}
</style>
border-color css
<style>
span { border-color: #B744C9; }
span { border-color: rgb(183,68,201); }
td.TdClassName
{
border-color: #B744C9;
}
.TagClassName
{
border-color: #B744C9;
}
</style>