Shades of Medium Orchid #B444C6
Tints of Medium Orchid #B444C6
RGB
CMYK
RGB Variations
Color information
#B444C6 (or 0xB444C6) is known color: Medium Orchid. HEX triplet: B4, 44 and C6. RGB value is (180,68,198). Sum of RGB (Red+Green+Blue) = 180+68+198=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #B444C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444C6 is #4BBB39. Grayscale: #737373. Windows color (decimal): -4963130 or 12993716. OLE color: 12993716.
HSL color Cylindrical-coordinate representation of color #B444C6: hue angle of 291.69º degrees, saturation: 0.53, 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 #B444C6 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 68 | 198 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.22 |
| HSL | 291.69º | 0.53% | 0.52% | - |
| HSV(B) | 291.69º | 0.66% | 0.78% | - |
| XYZ | 31.08 | 17.91 | 55.25 | - |
| YUV | 116.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 198 | 0.09 | 0.66 | 0 | 0.22 | 291.69 | 0.53 | 0.52 |
| Hex | B4 | 44 | C6 | 9 | 42 | 0 | 16 | 124 | 35 | 34 |
| Octal | 264 | 104 | 306 | 11 | 102 | 0 | 26 | 444 | 65 | 64 |
| Binary | 10110100 | 1000100 | 11000110 | 1001 | 1000010 | 0 | 10110 | 100100100 | 110101 | 110100 |
Color Harmonies of #B444C6
Complementary color
Monochromatic Colors of #B444C6
Black with #B444C6
Text Example
Text Example
White with #B444C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444C6; }
p { color: rgb(180,68,198); }
H1.HeaderClassName
{
color: #B444C6;
}
.AnyTagClassName
{
color: #B444C6;
}
</style>
background-color css
<style>
a { background-color: #B444C6; }
a { background-color: rgb(180,68,198); }
div.DivClassName
{
background-color: #B444C6;
}
.BgClassName
{
background-color: #B444C6;
}
</style>
border-color css
<style>
span { border-color: #B444C6; }
span { border-color: rgb(180,68,198); }
td.TdClassName
{
border-color: #B444C6;
}
.TagClassName
{
border-color: #B444C6;
}
</style>