Shades of Medium Orchid #B744D5
Tints of Medium Orchid #B744D5
RGB
CMYK
RGB Variations
Color information
#B744D5 (or 0xB744D5) is known color: Medium Orchid. HEX triplet: B7, 44 and D5. RGB value is (183,68,213). Sum of RGB (Red+Green+Blue) = 183+68+213=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #B744D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744D5 is #48BB2A. Grayscale: #767676. Windows color (decimal): -4766507 or 13976759. OLE color: 13976759.
HSL color Cylindrical-coordinate representation of color #B744D5: hue angle of 287.59º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B744D5 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 68 | 213 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.16 |
| HSL | 287.59º | 0.63% | 0.55% | - |
| HSV(B) | 287.59º | 0.68% | 0.84% | - |
| XYZ | 33.61 | 19.01 | 64.85 | - |
| YUV | 118.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 213 | 0.14 | 0.68 | 0 | 0.16 | 287.59 | 0.63 | 0.55 |
| Hex | B7 | 44 | D5 | E | 44 | 0 | 10 | 120 | 3F | 37 |
| Octal | 267 | 104 | 325 | 16 | 104 | 0 | 20 | 440 | 77 | 67 |
| Binary | 10110111 | 1000100 | 11010101 | 1110 | 1000100 | 0 | 10000 | 100100000 | 111111 | 110111 |
Color Harmonies of #B744D5
Complementary color
Monochromatic Colors of #B744D5
Black with #B744D5
Text Example
Text Example
White with #B744D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744D5; }
p { color: rgb(183,68,213); }
H1.HeaderClassName
{
color: #B744D5;
}
.AnyTagClassName
{
color: #B744D5;
}
</style>
background-color css
<style>
a { background-color: #B744D5; }
a { background-color: rgb(183,68,213); }
div.DivClassName
{
background-color: #B744D5;
}
.BgClassName
{
background-color: #B744D5;
}
</style>
border-color css
<style>
span { border-color: #B744D5; }
span { border-color: rgb(183,68,213); }
td.TdClassName
{
border-color: #B744D5;
}
.TagClassName
{
border-color: #B744D5;
}
</style>