Shades of Medium Orchid #B473D5
Tints of Medium Orchid #B473D5
RGB
CMYK
RGB Variations
Color information
#B473D5 (or 0xB473D5) is known color: Medium Orchid. HEX triplet: B4, 73 and D5. RGB value is (180,115,213). Sum of RGB (Red+Green+Blue) = 180+115+213=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #B473D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473D5 is #4B8C2A. Grayscale: #919191. Windows color (decimal): -4951083 or 13988788. OLE color: 13988788.
HSL color Cylindrical-coordinate representation of color #B473D5: hue angle of 279.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B473D5 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 115 | 213 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.16 |
| HSL | 279.8º | 0.54% | 0.64% | - |
| HSV(B) | 279.8º | 0.46% | 0.84% | - |
| XYZ | 36.96 | 26.77 | 66.17 | - |
| YUV | 145.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 213 | 0.15 | 0.46 | 0 | 0.16 | 279.8 | 0.54 | 0.64 |
| Hex | B4 | 73 | D5 | F | 2E | 0 | 10 | 118 | 36 | 40 |
| Octal | 264 | 163 | 325 | 17 | 56 | 0 | 20 | 430 | 66 | 100 |
| Binary | 10110100 | 1110011 | 11010101 | 1111 | 101110 | 0 | 10000 | 100011000 | 110110 | 1000000 |
Color Harmonies of #B473D5
Complementary color
Monochromatic Colors of #B473D5
Black with #B473D5
Text Example
Text Example
White with #B473D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473D5; }
p { color: rgb(180,115,213); }
H1.HeaderClassName
{
color: #B473D5;
}
.AnyTagClassName
{
color: #B473D5;
}
</style>
background-color css
<style>
a { background-color: #B473D5; }
a { background-color: rgb(180,115,213); }
div.DivClassName
{
background-color: #B473D5;
}
.BgClassName
{
background-color: #B473D5;
}
</style>
border-color css
<style>
span { border-color: #B473D5; }
span { border-color: rgb(180,115,213); }
td.TdClassName
{
border-color: #B473D5;
}
.TagClassName
{
border-color: #B473D5;
}
</style>