Shades of Medium Orchid #B445C7
Tints of Medium Orchid #B445C7
RGB
CMYK
RGB Variations
Color information
#B445C7 (or 0xB445C7) is known color: Medium Orchid. HEX triplet: B4, 45 and C7. RGB value is (180,69,199). Sum of RGB (Red+Green+Blue) = 180+69+199=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #B445C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445C7 is #4BBA38. Grayscale: #747474. Windows color (decimal): -4962873 or 13059508. OLE color: 13059508.
HSL color Cylindrical-coordinate representation of color #B445C7: hue angle of 291.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B445C7 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 69 | 199 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.22 |
| HSL | 291.23º | 0.54% | 0.53% | - |
| HSV(B) | 291.23º | 0.65% | 0.78% | - |
| XYZ | 31.26 | 18.08 | 55.88 | - |
| YUV | 117.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 199 | 0.10 | 0.65 | 0 | 0.22 | 291.23 | 0.54 | 0.53 |
| Hex | B4 | 45 | C7 | A | 41 | 0 | 16 | 123 | 36 | 35 |
| Octal | 264 | 105 | 307 | 12 | 101 | 0 | 26 | 443 | 66 | 65 |
| Binary | 10110100 | 1000101 | 11000111 | 1010 | 1000001 | 0 | 10110 | 100100011 | 110110 | 110101 |
Color Harmonies of #B445C7
Complementary color
Monochromatic Colors of #B445C7
Black with #B445C7
Text Example
Text Example
White with #B445C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B445C7; }
p { color: rgb(180,69,199); }
H1.HeaderClassName
{
color: #B445C7;
}
.AnyTagClassName
{
color: #B445C7;
}
</style>
background-color css
<style>
a { background-color: #B445C7; }
a { background-color: rgb(180,69,199); }
div.DivClassName
{
background-color: #B445C7;
}
.BgClassName
{
background-color: #B445C7;
}
</style>
border-color css
<style>
span { border-color: #B445C7; }
span { border-color: rgb(180,69,199); }
td.TdClassName
{
border-color: #B445C7;
}
.TagClassName
{
border-color: #B445C7;
}
</style>