Shades of Medium Orchid #B473DA
Tints of Medium Orchid #B473DA
RGB
CMYK
RGB Variations
Color information
#B473DA (or 0xB473DA) is known color: Medium Orchid. HEX triplet: B4, 73 and DA. RGB value is (180,115,218). Sum of RGB (Red+Green+Blue) = 180+115+218=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B473DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473DA is #4B8C25. Grayscale: #919191. Windows color (decimal): -4951078 or 14316468. OLE color: 14316468.
HSL color Cylindrical-coordinate representation of color #B473DA: hue angle of 277.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B473DA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 115 | 218 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.15 |
| HSL | 277.86º | 0.58% | 0.65% | - |
| HSV(B) | 277.86º | 0.47% | 0.85% | - |
| XYZ | 37.61 | 27.03 | 69.56 | - |
| YUV | 146.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 218 | 0.17 | 0.47 | 0 | 0.15 | 277.86 | 0.58 | 0.65 |
| Hex | B4 | 73 | DA | 11 | 2F | 0 | F | 116 | 3A | 41 |
| Octal | 264 | 163 | 332 | 21 | 57 | 0 | 17 | 426 | 72 | 101 |
| Binary | 10110100 | 1110011 | 11011010 | 10001 | 101111 | 0 | 1111 | 100010110 | 111010 | 1000001 |
Color Harmonies of #B473DA
Complementary color
Monochromatic Colors of #B473DA
Black with #B473DA
Text Example
Text Example
White with #B473DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473DA; }
p { color: rgb(180,115,218); }
H1.HeaderClassName
{
color: #B473DA;
}
.AnyTagClassName
{
color: #B473DA;
}
</style>
background-color css
<style>
a { background-color: #B473DA; }
a { background-color: rgb(180,115,218); }
div.DivClassName
{
background-color: #B473DA;
}
.BgClassName
{
background-color: #B473DA;
}
</style>
border-color css
<style>
span { border-color: #B473DA; }
span { border-color: rgb(180,115,218); }
td.TdClassName
{
border-color: #B473DA;
}
.TagClassName
{
border-color: #B473DA;
}
</style>