Shades of Medium Orchid #B442C5
Tints of Medium Orchid #B442C5
RGB
CMYK
RGB Variations
Color information
#B442C5 (or 0xB442C5) is known color: Medium Orchid. HEX triplet: B4, 42 and C5. RGB value is (180,66,197). Sum of RGB (Red+Green+Blue) = 180+66+197=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #B442C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442C5 is #4BBD3A. Grayscale: #727272. Windows color (decimal): -4963643 or 12927668. OLE color: 12927668.
HSL color Cylindrical-coordinate representation of color #B442C5: hue angle of 292.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B442C5 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 66 | 197 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.23 |
| HSL | 292.21º | 0.53% | 0.52% | - |
| HSV(B) | 292.21º | 0.66% | 0.77% | - |
| XYZ | 30.85 | 17.63 | 54.6 | - |
| YUV | 115.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 197 | 0.09 | 0.66 | 0 | 0.23 | 292.21 | 0.53 | 0.52 |
| Hex | B4 | 42 | C5 | 9 | 42 | 0 | 17 | 124 | 35 | 34 |
| Octal | 264 | 102 | 305 | 11 | 102 | 0 | 27 | 444 | 65 | 64 |
| Binary | 10110100 | 1000010 | 11000101 | 1001 | 1000010 | 0 | 10111 | 100100100 | 110101 | 110100 |
Color Harmonies of #B442C5
Complementary color
Monochromatic Colors of #B442C5
Black with #B442C5
Text Example
Text Example
White with #B442C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B442C5; }
p { color: rgb(180,66,197); }
H1.HeaderClassName
{
color: #B442C5;
}
.AnyTagClassName
{
color: #B442C5;
}
</style>
background-color css
<style>
a { background-color: #B442C5; }
a { background-color: rgb(180,66,197); }
div.DivClassName
{
background-color: #B442C5;
}
.BgClassName
{
background-color: #B442C5;
}
</style>
border-color css
<style>
span { border-color: #B442C5; }
span { border-color: rgb(180,66,197); }
td.TdClassName
{
border-color: #B442C5;
}
.TagClassName
{
border-color: #B442C5;
}
</style>