Shades of Medium Orchid #B444C9
Tints of Medium Orchid #B444C9
RGB
CMYK
RGB Variations
Color information
#B444C9 (or 0xB444C9) is known color: Medium Orchid. HEX triplet: B4, 44 and C9. RGB value is (180,68,201). Sum of RGB (Red+Green+Blue) = 180+68+201=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #B444C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444C9 is #4BBB36. Grayscale: #747474. Windows color (decimal): -4963127 or 13190324. OLE color: 13190324.
HSL color Cylindrical-coordinate representation of color #B444C9: hue angle of 290.53º 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 #B444C9 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 68 | 201 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.21 |
| HSL | 290.53º | 0.55% | 0.53% | - |
| HSV(B) | 290.53º | 0.66% | 0.79% | - |
| XYZ | 31.43 | 18.05 | 57.09 | - |
| YUV | 116.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 201 | 0.10 | 0.66 | 0 | 0.21 | 290.53 | 0.55 | 0.53 |
| Hex | B4 | 44 | C9 | A | 42 | 0 | 15 | 123 | 37 | 35 |
| Octal | 264 | 104 | 311 | 12 | 102 | 0 | 25 | 443 | 67 | 65 |
| Binary | 10110100 | 1000100 | 11001001 | 1010 | 1000010 | 0 | 10101 | 100100011 | 110111 | 110101 |
Color Harmonies of #B444C9
Complementary color
Monochromatic Colors of #B444C9
Black with #B444C9
Text Example
Text Example
White with #B444C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444C9; }
p { color: rgb(180,68,201); }
H1.HeaderClassName
{
color: #B444C9;
}
.AnyTagClassName
{
color: #B444C9;
}
</style>
background-color css
<style>
a { background-color: #B444C9; }
a { background-color: rgb(180,68,201); }
div.DivClassName
{
background-color: #B444C9;
}
.BgClassName
{
background-color: #B444C9;
}
</style>
border-color css
<style>
span { border-color: #B444C9; }
span { border-color: rgb(180,68,201); }
td.TdClassName
{
border-color: #B444C9;
}
.TagClassName
{
border-color: #B444C9;
}
</style>