Shades of Medium Orchid #B673D6
Tints of Medium Orchid #B673D6
RGB
CMYK
RGB Variations
Color information
#B673D6 (or 0xB673D6) is known color: Medium Orchid. HEX triplet: B6, 73 and D6. RGB value is (182,115,214). Sum of RGB (Red+Green+Blue) = 182+115+214=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #B673D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673D6 is #498C29. Grayscale: #919191. Windows color (decimal): -4820010 or 14054326. OLE color: 14054326.
HSL color Cylindrical-coordinate representation of color #B673D6: hue angle of 280.61º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B673D6 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 115 | 214 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.16 |
| HSL | 280.61º | 0.55% | 0.65% | - |
| HSV(B) | 280.61º | 0.46% | 0.84% | - |
| XYZ | 37.56 | 27.06 | 66.86 | - |
| YUV | 146.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 214 | 0.15 | 0.46 | 0 | 0.16 | 280.61 | 0.55 | 0.65 |
| Hex | B6 | 73 | D6 | F | 2E | 0 | 10 | 119 | 37 | 41 |
| Octal | 266 | 163 | 326 | 17 | 56 | 0 | 20 | 431 | 67 | 101 |
| Binary | 10110110 | 1110011 | 11010110 | 1111 | 101110 | 0 | 10000 | 100011001 | 110111 | 1000001 |
Color Harmonies of #B673D6
Complementary color
Monochromatic Colors of #B673D6
Black with #B673D6
Text Example
Text Example
White with #B673D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673D6; }
p { color: rgb(182,115,214); }
H1.HeaderClassName
{
color: #B673D6;
}
.AnyTagClassName
{
color: #B673D6;
}
</style>
background-color css
<style>
a { background-color: #B673D6; }
a { background-color: rgb(182,115,214); }
div.DivClassName
{
background-color: #B673D6;
}
.BgClassName
{
background-color: #B673D6;
}
</style>
border-color css
<style>
span { border-color: #B673D6; }
span { border-color: rgb(182,115,214); }
td.TdClassName
{
border-color: #B673D6;
}
.TagClassName
{
border-color: #B673D6;
}
</style>