Shades of Medium Orchid #B673DF
Tints of Medium Orchid #B673DF
RGB
CMYK
RGB Variations
Color information
#B673DF (or 0xB673DF) is known color: Medium Orchid. HEX triplet: B6, 73 and DF. RGB value is (182,115,223). Sum of RGB (Red+Green+Blue) = 182+115+223=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B673DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673DF is #498C20. Grayscale: #929292. Windows color (decimal): -4820001 or 14644150. OLE color: 14644150.
HSL color Cylindrical-coordinate representation of color #B673DF: hue angle of 277.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B673DF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 115 | 223 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.13 |
| HSL | 277.22º | 0.63% | 0.66% | - |
| HSV(B) | 277.22º | 0.48% | 0.87% | - |
| XYZ | 38.74 | 27.53 | 73.08 | - |
| YUV | 147.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 223 | 0.18 | 0.48 | 0 | 0.13 | 277.22 | 0.63 | 0.66 |
| Hex | B6 | 73 | DF | 12 | 30 | 0 | D | 115 | 3F | 42 |
| Octal | 266 | 163 | 337 | 22 | 60 | 0 | 15 | 425 | 77 | 102 |
| Binary | 10110110 | 1110011 | 11011111 | 10010 | 110000 | 0 | 1101 | 100010101 | 111111 | 1000010 |
Color Harmonies of #B673DF
Complementary color
Monochromatic Colors of #B673DF
Black with #B673DF
Text Example
Text Example
White with #B673DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673DF; }
p { color: rgb(182,115,223); }
H1.HeaderClassName
{
color: #B673DF;
}
.AnyTagClassName
{
color: #B673DF;
}
</style>
background-color css
<style>
a { background-color: #B673DF; }
a { background-color: rgb(182,115,223); }
div.DivClassName
{
background-color: #B673DF;
}
.BgClassName
{
background-color: #B673DF;
}
</style>
border-color css
<style>
span { border-color: #B673DF; }
span { border-color: rgb(182,115,223); }
td.TdClassName
{
border-color: #B673DF;
}
.TagClassName
{
border-color: #B673DF;
}
</style>