Shades of Medium Orchid #B450C5
Tints of Medium Orchid #B450C5
RGB
CMYK
RGB Variations
Color information
#B450C5 (or 0xB450C5) is known color: Medium Orchid. HEX triplet: B4, 50 and C5. RGB value is (180,80,197). Sum of RGB (Red+Green+Blue) = 180+80+197=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #B450C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450C5 is #4BAF3A. Grayscale: #7A7A7A. Windows color (decimal): -4960059 or 12931252. OLE color: 12931252.
HSL color Cylindrical-coordinate representation of color #B450C5: hue angle of 291.28º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B450C5 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 80 | 197 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.23 |
| HSL | 291.28º | 0.5% | 0.54% | - |
| HSV(B) | 291.28º | 0.59% | 0.77% | - |
| XYZ | 31.77 | 19.47 | 54.91 | - |
| YUV | 123.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 197 | 0.09 | 0.59 | 0 | 0.23 | 291.28 | 0.5 | 0.54 |
| Hex | B4 | 50 | C5 | 9 | 3B | 0 | 17 | 123 | 32 | 36 |
| Octal | 264 | 120 | 305 | 11 | 73 | 0 | 27 | 443 | 62 | 66 |
| Binary | 10110100 | 1010000 | 11000101 | 1001 | 111011 | 0 | 10111 | 100100011 | 110010 | 110110 |
Color Harmonies of #B450C5
Complementary color
Monochromatic Colors of #B450C5
Black with #B450C5
Text Example
Text Example
White with #B450C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450C5; }
p { color: rgb(180,80,197); }
H1.HeaderClassName
{
color: #B450C5;
}
.AnyTagClassName
{
color: #B450C5;
}
</style>
background-color css
<style>
a { background-color: #B450C5; }
a { background-color: rgb(180,80,197); }
div.DivClassName
{
background-color: #B450C5;
}
.BgClassName
{
background-color: #B450C5;
}
</style>
border-color css
<style>
span { border-color: #B450C5; }
span { border-color: rgb(180,80,197); }
td.TdClassName
{
border-color: #B450C5;
}
.TagClassName
{
border-color: #B450C5;
}
</style>